aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
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