aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorJohan Gunnarsson <johan.gunnarsson@arm.com>2023-08-04 17:16:29 +0200
committerRickard Bolin <rickard.bolin@arm.com>2023-08-09 11:21:24 +0000
commit81b765df02d7c7cae5f1084eec998824b68c00ab (patch)
treeb7dc181f531fccc4106787c68fefe07e7b82b4c7 /SUPPORTED_OPS.md
parentcd03504cfc29767d33d37b5c587116ab90752d74 (diff)
downloadethos-u-vela-81b765df02d7c7cae5f1084eec998824b68c00ab.tar.gz
MLBEDSW-7626: Add constraint for PAD op paddings
PAD input tensor shape plus paddings must equal output tensor shape. Change-Id: Icc5dea9bf6a8f6e1c8402f4d9af4d9796e8ef1aa Signed-off-by: Johan Gunnarsson <johan.gunnarsson@arm.com>
Diffstat (limited to 'SUPPORTED_OPS.md')
-rw-r--r--SUPPORTED_OPS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md
index 8a992b5f..17a17ecf 100644
--- a/SUPPORTED_OPS.md
+++ b/SUPPORTED_OPS.md
@@ -19,7 +19,7 @@ limitations under the License.
# Supported Ops
This file was automatically generated by Vela using the `--supported-ops-report` parameter.
-Vela version: `3.8.1.dev17+g1d5e859.d20230711`
+Vela version: `3.8.1.dev24+g3c2461d`
This file complies with
[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)
@@ -292,6 +292,7 @@ This is a list of constraints that the PAD operator must satisfy in order to be
- Number of input tensors must be exactly 2
- The padding tensor must be constant
+- Shape of output tensor must equal to size of input tensor plus padding
- The padding tensor must have the shape [3,2] or [4,2]
- The pad tensor can only pad width and height
- Pad tensor must be of type: int32, int64
@@ -427,3 +428,4 @@ This is a list of constraints that the UNIDIRECTIONAL_SEQUENCE_LSTM operator mus
- Must not use Projection
- Must not use Normalisation
- All input and recurrent weights must be available
+- All recurrent weights must be 2D