aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2022-10-18 19:14:04 +0100
committertim.hall <tim.hall@arm.com>2022-10-19 10:12:19 +0000
commitd3d81b3ce138a48c0cddad7eb12710e26dad653e (patch)
treeaf370d21b457fcb4e75eb7af4faa55744be7ae4a /SUPPORTED_OPS.md
parentb8b3e942006ea941cd52b719a1b59852803c1cd7 (diff)
downloadethos-u-vela-d3d81b3ce138a48c0cddad7eb12710e26dad653e.tar.gz
MLBEDSW-7020: TRANSPOSE_CONV stride documentation is confusing
- The op contained supported operator checks for both the stride being in the range 1 to 3, and being equal to 2. Whilst both are correct, only the later is needed - Removed the stride in the range 1 to 3 check for TRANSPOSE_CONV - Regenerated the documentation Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: I9789cdbd3ed65ce310f1529036abbac62296d2ca
Diffstat (limited to 'SUPPORTED_OPS.md')
-rw-r--r--SUPPORTED_OPS.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md
index bf7c2ba6..2efd017c 100644
--- a/SUPPORTED_OPS.md
+++ b/SUPPORTED_OPS.md
@@ -1,7 +1,7 @@
# Supported Ops
This file was automatically generated by Vela using the `--supported-ops-report` parameter.
-Vela version: `3.6.0rc1.dev23+g1f2496e.d20221017`
+Vela version: `3.6.0rc1.dev18+g6ef0230.d20221018`
This file complies with
[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)
@@ -330,7 +330,6 @@ This is a list of constraints that the TRANSPOSE_CONV operator must satisfy in o
- Stride values for both width and height must be integer types
- Dilation factor values for both width and height must be integer types
-- Stride values for both width and height must be in the range [1, 3]
- Dilation factor values for both width and height must be in the range [1, 2]
- Dilated kernel height must be in the range [1, 64]
- Product of dilated kernel width and height must be in the range [1, 4096]