aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL')
-rw-r--r--arm_compute/runtime/CL/functions/CLDequantizationLayer.h2
-rw-r--r--arm_compute/runtime/CL/functions/CLQuantizationLayer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/CL/functions/CLDequantizationLayer.h b/arm_compute/runtime/CL/functions/CLDequantizationLayer.h
index 601c13d0e4..b01fe9eb14 100644
--- a/arm_compute/runtime/CL/functions/CLDequantizationLayer.h
+++ b/arm_compute/runtime/CL/functions/CLDequantizationLayer.h
@@ -36,7 +36,7 @@ class CLCompileContext;
class ICLTensor;
class ITensorInfo;
-/** Basic function to run @ref opencl::ClDequantization that dequantizes an input tensor */
+/** Basic function to run @ref opencl::ClDequantize that dequantizes an input tensor */
class CLDequantizationLayer : public IFunction
{
public:
diff --git a/arm_compute/runtime/CL/functions/CLQuantizationLayer.h b/arm_compute/runtime/CL/functions/CLQuantizationLayer.h
index a61735cb97..6543496d93 100644
--- a/arm_compute/runtime/CL/functions/CLQuantizationLayer.h
+++ b/arm_compute/runtime/CL/functions/CLQuantizationLayer.h
@@ -37,7 +37,7 @@ class ITensorInfo;
/** Basic function to simulate a quantization layer. This function calls the following CL kernels:
*
- * -# @ref opencl::ClQuantization
+ * -# @ref opencl::ClQuantize
*
* @note The implementation supports only 3D input tensors.
*