Skip to content

Commit

Permalink
clippings
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 8, 2023
1 parent 45c4bda commit f5534b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test-rt/test-tflite/suite.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use suite_conv::conv_f32::{ConvProblem, ConvProblemParams};
use suite_conv::conv_q::{QConvProblem, QConvProblemParams};

#[allow(clippy::needless_update)]
pub fn suite() -> infra::TestSuite {
let mut onnx = suite_onnx::suite().clone();
onnx.ignore(&ignore_onnx);
Expand Down
2 changes: 1 addition & 1 deletion tflite/src/ops/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn wire_fused_activation(
prefix: &prefix,
flat: op.flat,
inputs: wires,
output_facts: &op.output_facts,
output_facts: op.output_facts,
};
match *activation {
ActivationFunctionType::NONE => Ok(wires.into()),
Expand Down

0 comments on commit f5534b4

Please sign in to comment.