aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-09-03 15:16:37 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-09-07 10:52:29 +0000
commit2d2213920ba5ab95052a557dd20594a6ccb7d562 (patch)
tree675b58a4474c75bf5ea7539a483ffbcb8a6375fd /docs
parentcbf4d553e123a9fa7a92072aea61edcf50ed6c32 (diff)
downloadComputeLibrary-2d2213920ba5ab95052a557dd20594a6ccb7d562.tar.gz
COMPMID-3154: Deprecate NE/CL LocallyConnectedLayer
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Ia7516fadcf3df072abf9b83aef4d9939212ce082 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3918 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')
-rw-r--r--docs/00_introduction.dox6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 6a44a96b0c..538fb3632b 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -248,6 +248,12 @@ v20.11 Public major release
- @ref CLSoftmaxLayer
- @ref CLLogSoftmaxLayer
- @ref GCSoftmaxLayer
+ - Deprecated OpenCL kernels / functions:
+ - CLLocallyConnectedLayer
+ - CLLocallyConnectedMatrixMultiplyKernel
+ - Deprecated NEON kernels / functions:
+ - NELocallyConnectedLayer
+ - NELocallyConnectedMatrixMultiplyKernel
v20.08 Public major release
- Various bug fixes.