Skip to content

Commit

Permalink
fix: filter out q_elmwise from tflite
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienBalianSonos committed Mar 5, 2024
1 parent f58a76b commit c04351c
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 @@ -138,7 +138,7 @@ fn ignore_unit(t: &[String], case: &dyn Test) -> bool {
}
}
let [section, _unit] = t else { return false };
["deconv", "q_flavours", "q_binary"].contains(&&**section)
["deconv", "q_flavours", "q_binary", "q_elmwise"].contains(&&**section)
}

fn compatible_conv_f32(qcp: &ConvProblem) -> bool {
Expand Down

0 comments on commit c04351c

Please sign in to comment.