aboutsummaryrefslogtreecommitdiff
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:37:45 +0000
commit398af4eaa6759612429b6ef1d50b91696b6f8b12 (patch)
tree4d4b3a950aad67de829df096cc334ee73991e306
parenta45abfd9ac805c8452c56172583dcf0dcf41f9db (diff)
downloadComputeLibrary-398af4eaa6759612429b6ef1d50b91696b6f8b12.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> (cherry picked from commit 97c1a6751c4f9bf52f0a4421b94da80a3028ca78) Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3661 Tested-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
-rw-r--r--docs/00_introduction.dox1
-rw-r--r--docs/06_functions_list.dox2
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 35fff366c9..11d6cbd98b 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -269,6 +269,7 @@ v20.08 Public major release
- More robust script for running benchmarks
- 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.
diff --git a/docs/06_functions_list.dox b/docs/06_functions_list.dox
index 99eab12f8f..ac944610dc 100644
--- a/docs/06_functions_list.dox
+++ b/docs/06_functions_list.dox
@@ -159,6 +159,7 @@ namespace arm_compute
- @ref NELSTMLayer
- @ref NELSTMLayerQuantized
- @ref NEQLSTMLayer
+ - @ref NEMaxUnpoolingLayer
- @ref NEMeanStdDev
- @ref NEMinMaxLocation
- @ref NENormalizationLayer
@@ -233,6 +234,7 @@ namespace arm_compute
- @ref CLLSTMLayer
- @ref CLLSTMLayerQuantized
- @ref CLQLSTMLayer
+ - @ref CLMaxUnpoolingLayer
- @ref CLMeanStdDev
- @ref CLMinMaxLocation
- @ref CLNormalizationLayer