aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CPP/DequantizationLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CPP/DequantizationLayer.h')
-rw-r--r--tests/validation/CPP/DequantizationLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/CPP/DequantizationLayer.h b/tests/validation/CPP/DequantizationLayer.h
index 3aae338116..1a8adcf9d8 100644
--- a/tests/validation/CPP/DequantizationLayer.h
+++ b/tests/validation/CPP/DequantizationLayer.h
@@ -36,7 +36,7 @@ namespace validation
namespace reference
{
template <typename T, typename std::enable_if<std::is_integral<T>::value, int>::type = 0>
-SimpleTensor<float> dequantization_layer(const SimpleTensor<T> &src, float min, float max);
+SimpleTensor<float> dequantization_layer(const SimpleTensor<T> &src, const SimpleTensor<float> &min_max);
} // namespace reference
} // namespace validation
} // namespace test