aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorJohan Alfven <johan.alfven@arm.com>2023-05-25 11:18:50 +0200
committerJohan Alfven <johan.alfven@arm.com>2023-09-18 11:17:57 +0200
commit906c9e84d60de86f5b2584ae426bbc8e11932a03 (patch)
tree36ff5d1010105d1fb997252941f08835d51e2eac /SUPPORTED_OPS.md
parentb4e804bb53aba48985abf3bf8466bc02310f60fc (diff)
downloadethos-u-vela-906c9e84d60de86f5b2584ae426bbc8e11932a03.tar.gz
MLBEDSW-8042: MLCE: Add SQUARED_DIFFERENCE support
- Added SQUARED_DIFFERENCE support - Updated SUPPORTED_OPS.md Change-Id: Id83d9d92129e645390c7979759dfdeff7a14c2ee Signed-off-by: Johan Alfven <johan.alfven@arm.com>
Diffstat (limited to 'SUPPORTED_OPS.md')
-rw-r--r--SUPPORTED_OPS.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md
index 0fef7384..0d60c670 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.9.1.dev2+gc02eaa3.d20230904`
+Vela version: `3.9.1.dev7+g3a3f35e.d20230912`
This file complies with
[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)
@@ -70,6 +70,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), [Specific](#tflite-split-constraints) |
| SPLIT_V | [Generic](#tflite-generic-constraints), [Specific](#tflite-split_v-constraints) |
+| SQUARED_DIFFERENCE | [Generic](#tflite-generic-constraints), [Specific](#tflite-squared_difference-constraints) |
| SQUEEZE | [Generic](#tflite-generic-constraints), [Specific](#tflite-squeeze-constraints) |
| STRIDED_SLICE | [Generic](#tflite-generic-constraints), [Specific](#tflite-strided_slice-constraints) |
| SUB | [Generic](#tflite-generic-constraints), [Specific](#tflite-sub-constraints) |
@@ -367,6 +368,12 @@ This is a list of constraints that the SPLIT_V operator must satisfy in order to
- Only one size is allowed to be inferred
+### TFLite SQUARED_DIFFERENCE Constraints
+
+This is a list of constraints that the SQUARED_DIFFERENCE operator must satisfy in order to be scheduled on the NPU.
+
+- At least one Input's shape must match the OFM's shape
+
### TFLite SQUEEZE Constraints
This is a list of constraints that the SQUEEZE operator must satisfy in order to be scheduled on the NPU.