From 63001acdefa6c62b5e8b08ceda529bc119483c5a Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Mon, 18 Jan 2021 14:20:27 +0000 Subject: Rename functions/classes for elementwise operations * Create CpuElementwise operator * Rename kernel classes * Make the kernels stateless Partially implements: COMPMID-4003 Change-Id: I4ef9c61a3acc3ac5dbe46463d62dcb88a5face21 Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4881 Tested-by: Arm Jenkins Reviewed-by: Sheri Zhang Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- docs/00_introduction.dox | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/00_introduction.dox') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index cbdc983159..f2dddbea6f 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -124,8 +124,8 @@ v20.11 Public major release - NEArithmeticSubtractionKernel - @ref NEPixelWiseMultiplication - @ref NEPixelWiseMultiplicationKernel - - @ref NEElementwiseDivision - - @ref NEDivisionOperationKernel + - NEElementwiseDivision + - NEDivisionOperationKernel - Interface change - Properly support softmax axis to have the same meaning as other major frameworks. That is, axis now defines the dimension on which Softmax/Logsoftmax is performed. E.g. for input of shape 4x5x6 and axis=1, softmax will be applied to 4x6=24 vectors of size 5. @@ -569,7 +569,7 @@ v20.02 Public major release - @ref CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel - @ref CLGEMMLowpMatrixMultiplyNativeKernel - @ref NEActivationLayer - - @ref NEComparisonOperationKernel + - NEComparisonOperationKernel - @ref NEConvolutionLayer - @ref NEDepthwiseConvolutionLayer - NEDepthwiseConvolutionLayer3x3Kernel @@ -821,7 +821,7 @@ v19.02 Public major release - New Neon kernels / functions: - @ref NETileKernel / @ref NETile - @ref NEFuseBatchNormalizationKernel / @ref NEFuseBatchNormalization - - @ref NEElementwiseOperationKernel + - NEElementwiseOperationKernel - @ref NEElementwiseMax - @ref NEElementwiseMin - @ref NEElementwiseSquaredDiff @@ -842,7 +842,7 @@ v19.02 Public major release - @ref NEGatherKernel / @ref NEGather - @ref NEElementwiseComparison - @ref NEElementwiseComparisonStatic - - @ref NEComparisonOperationKernel + - NEComparisonOperationKernel - @ref NEElementwiseDivision - New OpenCL kernels / functions: - @ref CLSelectKernel / @ref CLSelect -- cgit v1.2.1