aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
Diffstat (limited to 'SUPPORTED_OPS.md')
-rw-r--r--SUPPORTED_OPS.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md
index aff1d1d6..860d1fe6 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.7.0`
+Vela version: `3.7.1.dev2+g19f8967.d20230301`
This file complies with
[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)
@@ -155,6 +155,7 @@ This is a list of constraints that the DEPTHWISE_CONV_2D operator must satisfy i
This is a list of constraints that the EXPAND_DIMS operator must satisfy in order to be scheduled on the NPU.
- Input and output quantisation must match.
+- Input and output number of elements must match.
### TFLite FULLY_CONNECTED Constraints
@@ -251,6 +252,7 @@ This is a list of constraints that the PAD operator must satisfy in order to be
This is a list of constraints that the RESHAPE operator must satisfy in order to be scheduled on the NPU.
- Input and output quantisation must match.
+- Input and output number of elements must match.
- Shape must be constant
### TFLite RESIZE_BILINEAR Constraints
@@ -304,6 +306,7 @@ This is a list of constraints that the SPLIT_V operator must satisfy in order to
This is a list of constraints that the SQUEEZE operator must satisfy in order to be scheduled on the NPU.
- Input and output quantisation must match.
+- Input and output number of elements must match.
### TFLite STRIDED_SLICE Constraints