From 32982d8129f53b612021660d3007e80a52d18898 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Fri, 7 Jul 2017 14:44:43 +0100 Subject: COMPMID-439: Implement NEON Dequantization Layer. Change-Id: I2f4f9d0d3437e9d8142f0f82b330233d31ffd552 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80086 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- arm_compute/runtime/NEON/functions/NEQuantizationLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/runtime/NEON/functions/NEQuantizationLayer.h') diff --git a/arm_compute/runtime/NEON/functions/NEQuantizationLayer.h b/arm_compute/runtime/NEON/functions/NEQuantizationLayer.h index ad0f68c58c..ab189fe3a2 100644 --- a/arm_compute/runtime/NEON/functions/NEQuantizationLayer.h +++ b/arm_compute/runtime/NEON/functions/NEQuantizationLayer.h @@ -50,7 +50,7 @@ public: /** Set the input and output tensors. * * @param[in] input Source tensor. Data types supported: F32 - * @param[out] output Destination tensor. Data types supported: F32 + * @param[out] output Destination tensor. Data types supported: U8 */ void configure(const ITensor *input, ITensor *output); -- cgit v1.2.1