From 3ac03be07f89655debd3cd4364d4ed9b22bfa507 Mon Sep 17 00:00:00 2001 From: Johan Alfven Date: Wed, 1 Mar 2023 09:53:35 +0100 Subject: MLBEDSW-7396: MLCE: Add num elements constraint on reshape Adding constraint for faulty reshape operators. Number of elements for IFM and OFM must be the same. Change-Id: I2e31e9d1e39b5aa3a0c595032a66e14374a0719e Signed-off-by: Johan Alfven --- SUPPORTED_OPS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'SUPPORTED_OPS.md') 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 -- cgit v1.2.1