aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/QuantizationLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/QuantizationLayer.h')
-rw-r--r--tests/validation/reference/QuantizationLayer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/validation/reference/QuantizationLayer.h b/tests/validation/reference/QuantizationLayer.h
index 7c5572ccf8..60d8ea4023 100644
--- a/tests/validation/reference/QuantizationLayer.h
+++ b/tests/validation/reference/QuantizationLayer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -37,6 +37,9 @@ namespace reference
{
template <typename T, typename std::enable_if<is_floating_point<T>::value, int>::type = 0>
SimpleTensor<uint8_t> quantization_layer(const SimpleTensor<T> &src);
+
+template <typename T>
+SimpleTensor<uint8_t> quantization_layer(const SimpleTensor<T> &src, const QuantizationInfo quantization_info);
} // namespace reference
} // namespace validation
} // namespace test