aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-04-30 03:18:37 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-05-04 08:35:42 +0000
commit0dc0d8eda87a01c11f9caabc0d2f2933737ba469 (patch)
treebd0dc48b694f4be70c0fb5ac4fbe95a6c25596f9 /arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h
parentb699940f5a947f900859c084baa7333dc393e85e (diff)
downloadComputeLibrary-0dc0d8eda87a01c11f9caabc0d2f2933737ba469.tar.gz
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 <georgios.pinitas@arm.com> Change-Id: I88108c2d22c888fce37ea1028863026160b9da97 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5534 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h b/arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h
index f8074e791a..4684c2d4b8 100644
--- a/arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h
+++ b/arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h
@@ -34,7 +34,7 @@ namespace arm_compute
class ITensor;
class ITensorInfo;
-/** Basic function to run @ref cpu::CpuPixelWiseMultiplication */
+/** Basic function to run @ref cpu::CpuMul */
class NEPixelWiseMultiplication : public IFunction
{
public:
@@ -131,7 +131,7 @@ private:
std::unique_ptr<Impl> _impl;
};
-/** Basic function to run @ref cpu::CpuComplexPixelWiseMultiplication. */
+/** Basic function to run @ref cpu::CpuComplexMul. */
class NEComplexPixelWiseMultiplication : public IFunction
{
public: