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 authored and kali committed Mar 25, 2024
1 parent e88580c commit 1dd68ee
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 1dd68ee

Please sign in to comment.