aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>
*/