Skip to content

Commit

Permalink
ignore slice & downsample tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 6, 2023
1 parent c3a3d40 commit 24e3c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-rt/test-tflite/suite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn ignore_onnx(t: &[String]) -> bool {

fn ignore_conv(t: &[String]) -> bool {
let [section, unit] = t else { return false };
section == "deconv"
["deconv", "slice", "downsample"].contains(&&**section)
// grouping and depthwise
|| unit.starts_with("group")
// conv 3D
Expand Down

0 comments on commit 24e3c4c

Please sign in to comment.