From 67b9d7f3bff0d67a814b2d59571b0df3c0680498 Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Thu, 9 Sep 2021 15:24:38 +0100 Subject: Remove WinogradInputTransform from operator list Resolves: COMPMID-4790 Signed-off-by: Sheri Zhang Change-Id: Ibe4c7e50034ba158a46c19ba295524c4dfa619d6 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6243 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins --- arm_compute/runtime/OperatorList.h | 10 ---------- docs/user_guide/operator_list.dox | 7 ------- 2 files changed, 17 deletions(-) diff --git a/arm_compute/runtime/OperatorList.h b/arm_compute/runtime/OperatorList.h index 8f1f4ba0a9..7b00cbb726 100644 --- a/arm_compute/runtime/OperatorList.h +++ b/arm_compute/runtime/OperatorList.h @@ -989,14 +989,4 @@ * */ -/** WinogradInputTransform - * - * Description: - * Function to perform a Winograd transform on the input tensor. - * - * Equivalent Android NNAPI Op: - * n/a - * - */ - #endif /* ARM_COMPUTE_OPERATOR_LIST_H */ \ No newline at end of file diff --git a/docs/user_guide/operator_list.dox b/docs/user_guide/operator_list.dox index 8210c4310d..92b8f9b482 100644 --- a/docs/user_guide/operator_list.dox +++ b/docs/user_guide/operator_list.dox @@ -3096,13 +3096,6 @@ where N = batches, C = channels, H = height, W = width F16F16F16F16 F32F32F32F32 - - WinogradInputTransform - Function to perform a Winograd transform on the input tensor. - -
    -
  • n/a -
*/ -- cgit v1.2.1