aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CPP/DequantizationLayer.h
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2017-08-29 16:05:25 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit06b184ac568dc974986bae680957c4477f8ef6ca (patch)
treefa97d020f81f9a17edb6b50394f2bdf46f810ce9 /tests/validation/CPP/DequantizationLayer.h
parent351c20a361521101307d365a4f91ad883fa272ea (diff)
downloadComputeLibrary-06b184ac568dc974986bae680957c4477f8ef6ca.tar.gz
COMPMID-439 - Refactored NEQuantizationLayer and NEQuantizationLayer in order to support 3D input tensors
Change-Id: I03eac2108a30bed56d40dfd52e75577a35d492e0 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85783 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Michele DiGiorgio <michele.digiorgio@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
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