aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON')
-rw-r--r--arm_compute/runtime/NEON/functions/NEDequantizationLayer.h2
-rw-r--r--arm_compute/runtime/NEON/functions/NEQuantizationLayer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEDequantizationLayer.h b/arm_compute/runtime/NEON/functions/NEDequantizationLayer.h
index 91ed056cf3..8b49930ef5 100644
--- a/arm_compute/runtime/NEON/functions/NEDequantizationLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEDequantizationLayer.h
@@ -35,7 +35,7 @@ namespace arm_compute
class ITensor;
class ITensorInfo;
-/** Basic function to run @ref cpu::CpuDequantization that dequantizes an input tensor */
+/** Basic function to run @ref cpu::CpuDequantize that dequantizes an input tensor */
class NEDequantizationLayer : public IFunction
{
public:
diff --git a/arm_compute/runtime/NEON/functions/NEQuantizationLayer.h b/arm_compute/runtime/NEON/functions/NEQuantizationLayer.h
index eeca2bb1db..7bf97e28a5 100644
--- a/arm_compute/runtime/NEON/functions/NEQuantizationLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEQuantizationLayer.h
@@ -35,7 +35,7 @@ namespace arm_compute
class ITensor;
class ITensorInfo;
-/** Basic function to run a quantization layer using @ref cpu::CpuQuantization */
+/** Basic function to run a quantization layer using @ref cpu::CpuQuantize */
class NEQuantizationLayer : public IFunction
{
public: