aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorSang-Hoon Park <sang-hoon.park@arm.com>2020-08-18 11:44:13 +0100
committerSang-Hoon Park <sang-hoon.park@arm.com>2020-08-18 13:16:36 +0000
commit97c1a6751c4f9bf52f0a4421b94da80a3028ca78 (patch)
tree97c2df3d1a88ebf25be5b2838751fa6904d53ff5 /docs/00_introduction.dox
parentadfaefbffdea64da366bdf1be6713ae165419e22 (diff)
downloadComputeLibrary-97c1a6751c4f9bf52f0a4421b94da80a3028ca78.tar.gz
COMPMID-3689: Update function list in doxygen
- NE/CLMaxUnpoolingLayer have been added to the function list. - Missing documentation for deprecated interface has been added to the release note. Change-Id: I1bd5f37a15545ffc714a9fa7a0d56738d4744fd3 Signed-off-by: Sang-Hoon Park <sang-hoon.park@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3785 Reviewed-by: Sheri Zhang <sheri.zhang@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 92d0ec26d9..bb1dfec69e 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -292,6 +292,7 @@ v20.08 Public major release
- NEGEMMMatrixAccumulateBiasesKernel
- Deprecated functions / interfaces:
- Non-descriptor based interfaces for @ref NEThreshold, @ref CLThreshold
+ - Non-descriptor based interfaces for @ref NEScale, @ref CLScale and @ref GCScale
- In @ref NESoftmaxLayer, @ref NELogSoftmaxLayer, @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and @ref GCSoftmaxLayer :
The default "axis" value for @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and @ref GCSoftmaxLayer is changed from 1 to 0.
Only axis 0 is supported.