Remove WinogradInputTransform from operator list

Resolves: COMPMID-4790

Signed-off-by: Sheri Zhang <sheri.zhang@arm.com>
Change-Id: Ibe4c7e50034ba158a46c19ba295524c4dfa619d6
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6243
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Gunes Bayir <gunes.bayir@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
diff --git a/arm_compute/runtime/OperatorList.h b/arm_compute/runtime/OperatorList.h
index 8f1f4ba..7b00cbb 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 8210c43..92b8f9b 100644
--- a/docs/user_guide/operator_list.dox
+++ b/docs/user_guide/operator_list.dox
@@ -3096,13 +3096,6 @@
     <tr><td>F16<td>F16<td>F16<td>F16
     <tr><td>F32<td>F32<td>F32<td>F32
     </table>
-<tr>
-  <td rowspan="1">WinogradInputTransform
-  <td rowspan="1" style="width:200px;"> Function to perform a Winograd transform on the input tensor.
-  <td rowspan="1">
-      <ul>
-       <li>n/a
-      </ul>
 </table>
 
 */