aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2021-04-12 13:57:00 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2021-04-13 16:49:28 +0000
commit91b7f7423a97f0ae713a13182f289621dad17c43 (patch)
treed29db469f9ef98ac6f1ad889dfbe33fff263e427 /docs/00_introduction.dox
parent598e3a8f32c68129958b9f6a40c684842f708f8a (diff)
downloadComputeLibrary-91b7f7423a97f0ae713a13182f289621dad17c43.tar.gz
Port CLConvertFullyConnectedWeights to new API
* Replace ICLKernel by IClKernel in other unrelated kernels Resolves partially: COMPMID-4187 Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I173b8f2ac645dbfd7d412f4b058c5c9655c229ee Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5402 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Tested-by: Arm Jenkins <bsgcomp@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, 1 insertions, 1 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 112254e82a..9f6af6da50 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -1116,7 +1116,7 @@ v18.05 Public major release
- Added support for dilated convolutions in @ref NEConvolutionLayer and @ref CLConvolutionLayer.
- New OpenCL kernels / functions:
- @ref CLChannelShuffleLayer / @ref CLChannelShuffleLayerKernel
- - @ref CLConvertFullyConnectedWeightsKernel / @ref CLConvertFullyConnectedWeights
+ - CLConvertFullyConnectedWeightsKernel / @ref CLConvertFullyConnectedWeights
- @ref CLCopy / CLCopyKernel
- @ref CLLSTMLayer
- @ref CLRNNLayer