aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-09-03 21:00:23 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-09-10 09:57:52 +0000
commit1813422f5095983fa802e96cb8e9e0d980de82c7 (patch)
treea58e9d9f0fc8a2eb98a055f28ff700eb7e0bdd5e /docs/00_introduction.dox
parent5489394cdfe10afb469171cf521f26f923eeb2e2 (diff)
downloadComputeLibrary-1813422f5095983fa802e96cb8e9e0d980de82c7.tar.gz
COMPMID-3583: Add S32 support to NEElementwiseDivision
Division follows the flooring division approach where for example 5/2=2 while -5/2=-3 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I65756e0b31fe8d97f743a4c13dc5f96304722f75 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3929 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 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index bfe5799362..97d5ffec70 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -243,6 +243,8 @@ v20.11 Public major release
- @ref NEArithmeticSubtractionKernel
- @ref NEPixelWiseMultiplication
- @ref NEPixelWiseMultiplicationKernel
+ - @ref NEElementwiseDivision
+ - @ref 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.