aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2020-08-27 10:17:10 +0100
committerSiCong Li <sicong.li@arm.com>2020-09-07 10:57:52 +0000
commit903f8cca78502a9e3835e6ec42caa1f816274600 (patch)
treee8e104990b0b718550797bfe7c7c67c2a722e849 /docs
parent2d2213920ba5ab95052a557dd20594a6ccb7d562 (diff)
downloadComputeLibrary-903f8cca78502a9e3835e6ec42caa1f816274600.tar.gz
COMPMID-3580 Add S32 support to NEArithmeticSubtraction
* Fix convert policy validate logics and add missing validate test * Add S32 support to NEArithmeticSubtraction and NEArithmeticSubtractionKernel * Add S32 validation tests Change-Id: I1b6cb15b024613c202fe9f17747a83da43a5ddcf Signed-off-by: SiCong Li <sicong.li@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3908 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/00_introduction.dox3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 538fb3632b..9db7e57cbe 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -238,6 +238,9 @@ If there is more than one release in a month then an extra sequential number is
@subsection S2_2_changelog Changelog
v20.11 Public major release
+ - Added new data type S32 support for:
+ - @ref NEArithmeticSubtraction
+ - @ref NEArithmeticSubtractionKernel
- 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.