diff options
author | Giorgio Arena <giorgio.arena@arm.com> | 2019-08-05 14:00:35 +0100 |
---|---|---|
committer | Giorgio Arena <giorgio.arena@arm.com> | 2019-08-15 15:33:51 +0000 |
commit | 70e890e45c4adc69963240b0ca8c2016566d8c18 (patch) | |
tree | c4e1510fc98446528b13d9aa1f4f7608064d8e47 /docs | |
parent | f44fe3dfa30f673c95d904bb63753a11b6f64e33 (diff) | |
download | armcl-70e890e45c4adc69963240b0ca8c2016566d8c18.tar.gz armcl-70e890e45c4adc69963240b0ca8c2016566d8c18.tar.bz2 armcl-70e890e45c4adc69963240b0ca8c2016566d8c18.zip |
COMPMID-2541 Remove DepthwiseSeparableConvolutionLayer for NEON/CL
Change-Id: I16750617fa9e1e97c6e3671e69965dcf3f4a086f
Signed-off-by: Giorgio Arena <giorgio.arena@arm.com>
Reviewed-on: https://review.mlplatform.org/c/1748
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/00_introduction.dox | 2 | ||||
-rw-r--r-- | docs/05_functions_list.dox | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 09a847286..86fad5023 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -696,7 +696,7 @@ v17.09 Public major release - @ref NEReshapeLayerKernel / @ref NEReshapeLayer - New OpenCL kernels / functions: - - @ref CLDepthwiseConvolutionLayer3x3NCHWKernel @ref CLDepthwiseConvolutionLayer3x3NHWCKernel @ref CLDepthwiseIm2ColKernel @ref CLDepthwiseVectorToTensorKernel CLDepthwiseWeightsReshapeKernel / @ref CLDepthwiseConvolutionLayer3x3 @ref CLDepthwiseConvolutionLayer @ref CLDepthwiseSeparableConvolutionLayer + - @ref CLDepthwiseConvolutionLayer3x3NCHWKernel @ref CLDepthwiseConvolutionLayer3x3NHWCKernel @ref CLDepthwiseIm2ColKernel @ref CLDepthwiseVectorToTensorKernel CLDepthwiseWeightsReshapeKernel / @ref CLDepthwiseConvolutionLayer3x3 @ref CLDepthwiseConvolutionLayer CLDepthwiseSeparableConvolutionLayer - @ref CLDequantizationLayerKernel / @ref CLDequantizationLayer - @ref CLDirectConvolutionLayerKernel / @ref CLDirectConvolutionLayer - @ref CLFlattenLayer diff --git a/docs/05_functions_list.dox b/docs/05_functions_list.dox index 999b57367..55468dcf8 100644 --- a/docs/05_functions_list.dox +++ b/docs/05_functions_list.dox @@ -115,7 +115,6 @@ namespace arm_compute - @ref NEDepthwiseConvolutionAssemblyDispatch - @ref NEDepthwiseConvolutionLayer - @ref NEDepthwiseConvolutionLayer3x3 - - @ref NEDepthwiseSeparableConvolutionLayer - @ref NEDequantizationLayer - @ref NEDerivative - @ref NEDirectConvolutionLayer @@ -188,7 +187,6 @@ namespace arm_compute - @ref CLDeconvolutionLayerUpsample - @ref CLDepthwiseConvolutionLayer - @ref CLDepthwiseConvolutionLayer3x3 - - @ref CLDepthwiseSeparableConvolutionLayer - @ref CLDequantizationLayer - @ref CLDirectConvolutionLayer - @ref CLDirectDeconvolutionLayer |