aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-09-09 15:24:38 +0100
committerSheri Zhang <sheri.zhang@arm.com>2021-09-14 13:34:14 +0000
commit67b9d7f3bff0d67a814b2d59571b0df3c0680498 (patch)
treeaba5ae34cda2ecd1682d3ca877964ed6aadd234d
parent3841f4cd3a4df0886b2dd21c353d23e644bfd6a6 (diff)
downloadComputeLibrary-67b9d7f3bff0d67a814b2d59571b0df3c0680498.tar.gz
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>
-rw-r--r--arm_compute/runtime/OperatorList.h10
-rw-r--r--docs/user_guide/operator_list.dox7
2 files changed, 0 insertions, 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
<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>
*/