aboutsummaryrefslogtreecommitdiff
path: root/test/GenericLayerTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/GenericLayerTests.cpp')
-rw-r--r--test/GenericLayerTests.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/GenericLayerTests.cpp b/test/GenericLayerTests.cpp
index 6b51fb93..3b11b726 100644
--- a/test/GenericLayerTests.cpp
+++ b/test/GenericLayerTests.cpp
@@ -188,7 +188,8 @@ BOOST_AUTO_TEST_CASE(UnsupportedLayerContinueOnFailure)
AddOutputOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 1, 3, 4});
AddOutputOperand<HalPolicy>(model,
hidl_vec<uint32_t>{1, 1, 3, 4},
- HalPolicy::OperandType::TENSOR_QUANT8_ASYMM);
+ HalPolicy::OperandType::TENSOR_QUANT8_ASYMM,
+ 1.f / 225.f);
// Fully connected is supported
AddInputOperand<HalPolicy>(model, hidl_vec<uint32_t>{1, 3});