aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEQuantizationLayer.h
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2017-07-07 14:44:43 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit32982d8129f53b612021660d3007e80a52d18898 (patch)
tree54ba99a1e74602c78ea7bb8ca930692b79d47745 /arm_compute/runtime/NEON/functions/NEQuantizationLayer.h
parent6c650a956efa5a5133237a1bcd8a7110c25ccba8 (diff)
downloadComputeLibrary-32982d8129f53b612021660d3007e80a52d18898.tar.gz
COMPMID-439: Implement NEON Dequantization Layer.
Change-Id: I2f4f9d0d3437e9d8142f0f82b330233d31ffd552 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80086 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEQuantizationLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEQuantizationLayer.h2
1 files changed, 1 insertions, 1 deletions
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);