aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorJonas Ohlsson <jonas.ohlsson@arm.com>2021-08-20 09:33:28 +0200
committerpatrik.gustavsson <patrik.gustavsson@arm.com>2021-08-23 07:04:51 +0000
commit81942e9d59c1dcb1a9a54cb461f85bf582c7a3fd (patch)
tree8ecaa13f3419ffe86acad86cc0482bec92872416 /SUPPORTED_OPS.md
parentcc34d5d33938b6cbd9f8b11883f12e8c3097b613 (diff)
downloadethos-u-vela-81942e9d59c1dcb1a9a54cb461f85bf582c7a3fd.tar.gz
MLBEDSW-4913 Fix inception_v1/v3 output diff
Fix inception_v1/v3 output diffs. Removing the Squeeze operator in the graph optimisation step. The squeeze operator removes dimensions of size 1 from tensor shape. The memory layout is preserved. Signed-off-by: Jonas Ohlsson <jonas.ohlsson@arm.com> Change-Id: I4ceffcbb141af5ed50b0d1a9d1d67622e638c2a1
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 0e2076c1..9c2a9f4e 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.0.1.dev13+g004cefe`
+Vela version: `3.1.0rc2.dev6+g4f87092`
This file complies with
[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)
@@ -46,6 +46,7 @@ Please check the supported operator list for your chosen runtime for further inf
| SOFTMAX | [Generic](#tflite-generic-constraints), [Specific](#tflite-softmax-constraints) |
| SPLIT | [Generic](#tflite-generic-constraints) |
| SPLIT_V | [Generic](#tflite-generic-constraints), [Specific](#tflite-split_v-constraints) |
+| SQUEEZE | [Generic](#tflite-generic-constraints) |
| STRIDED_SLICE | [Generic](#tflite-generic-constraints), [Specific](#tflite-strided_slice-constraints) |
| SUB | [Generic](#tflite-generic-constraints), [Specific](#tflite-sub-constraints) |
| TANH | [Generic](#tflite-generic-constraints) |
@@ -345,6 +346,7 @@ The related constraints have not yet been populated in the list.
| SOFTMAX | [Generic](#tosa-generic-constraints) |
| SPLIT | [Generic](#tosa-generic-constraints) |
| SPLIT_V | [Generic](#tosa-generic-constraints) |
+| SQUEEZE | [Generic](#tosa-generic-constraints) |
| STRIDED_SLICE | [Generic](#tosa-generic-constraints) |
| SUB | [Generic](#tosa-generic-constraints) |
| TANH | [Generic](#tosa-generic-constraints) |