From 8c3c0e7b117723bc98b6acc85565ffa521b10c0d Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 3 Dec 2020 20:11:53 +0000 Subject: Remove (NE/CL)ComputeAllAnchors function ComputeAllAnchors is used as part of GenerateProposals and not standalone thus removes function exposure. Partially Resolves: COMPMID-3996 Signed-off-by: Georgios Pinitas Change-Id: I729010b48d747ec40d3ce2c7d0e907e8ec5cd55f Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4661 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- docs/00_introduction.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/00_introduction.dox') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 4b1819acce..4baf33d7c1 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -94,7 +94,8 @@ v21.02 Public major release - NECol2Im - NEGEMMInterleave4x4 - NEGEMMTranspose1xW - - Remove kernels: + - NEComputeAllAnchors / CLComputeAllAnchors + - Removed kernels: - NEGEMMMatrixVectorMultiplyKernel - NELocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedMatrixMultiplyKernel @@ -621,7 +622,7 @@ v19.11 Public major release - @ref CLLogSoftmaxLayer - New NEON kernels / functions: - @ref NEBoundingBoxTransformKernel / @ref NEBoundingBoxTransform - - @ref NEComputeAllAnchorsKernel / @ref NEComputeAllAnchors + - @ref NEComputeAllAnchorsKernel / NEComputeAllAnchors - @ref NEDetectionPostProcessLayer - @ref NEGenerateProposalsLayer - @ref NEInstanceNormalizationLayerKernel / @ref NEInstanceNormalizationLayer -- cgit v1.2.1