From 0dc0d8eda87a01c11f9caabc0d2f2933737ba469 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 30 Apr 2021 03:18:37 +0100 Subject: Rename PixelwiseMultiplications to Mul for simplicity Changes the names of the following: - PixelWiseMultiplicationKernel to MulKernel for all backends - PixelWiseMultiplication to Mul for all backends Signed-off-by: Georgios Pinitas Change-Id: I88108c2d22c888fce37ea1028863026160b9da97 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5534 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h') diff --git a/arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h b/arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h index 14422383ad..029b924512 100644 --- a/arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h +++ b/arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h @@ -34,7 +34,7 @@ class CLCompileContext; class ICLTensor; class ITensorInfo; -/** Basic function to run @ref opencl::ClPixelWiseMultiplication. */ +/** Basic function to run @ref opencl::ClMul. */ class CLPixelWiseMultiplication : public IFunction { public: @@ -123,7 +123,7 @@ private: std::unique_ptr _impl; }; -/** Basic function to run @ref opencl::ClComplexPixelWiseMultiplication. */ +/** Basic function to run @ref opencl::ClComplexMul. */ class CLComplexPixelWiseMultiplication : public IFunction { public: -- cgit v1.2.1