summaryrefslogtreecommitdiff
path: root/compiler/luci/pass/src/QuantizePreCheckerPass.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/luci/pass/src/QuantizePreCheckerPass.test.cpp')
-rw-r--r--compiler/luci/pass/src/QuantizePreCheckerPass.test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/luci/pass/src/QuantizePreCheckerPass.test.cpp b/compiler/luci/pass/src/QuantizePreCheckerPass.test.cpp
index 788353cd8..8f6a96f33 100644
--- a/compiler/luci/pass/src/QuantizePreCheckerPass.test.cpp
+++ b/compiler/luci/pass/src/QuantizePreCheckerPass.test.cpp
@@ -206,6 +206,7 @@ public:
transpose_conv->outBackprop(input_1);
transpose_conv->filter(filter);
transpose_conv->inputSizes(input_sizes);
+ transpose_conv->fusedActivationFunction(luci::FusedActFunc::NONE);
if (make_valid)
{