aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorSang-Hoon Park <sang-hoon.park@arm.com>2021-01-18 14:20:27 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-01-22 22:37:10 +0000
commit63001acdefa6c62b5e8b08ceda529bc119483c5a (patch)
tree9a341eeee1028860973664540b44570041be1f75 /docs/00_introduction.dox
parent360f576603680ebd8a2d535da0ac6ffe9fac507f (diff)
downloadComputeLibrary-63001acdefa6c62b5e8b08ceda529bc119483c5a.tar.gz
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 <sang-hoon.park@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4881 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Sheri Zhang <sheri.zhang@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox10
1 files changed, 5 insertions, 5 deletions
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