aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorFredrik Svedberg <fredrik.svedberg@arm.com>2021-11-01 14:25:29 +0100
committerFredrik Svedberg <fredrik.svedberg@arm.com>2021-11-05 14:06:51 +0100
commitcc8569fcd243d7c96a20e0f531f6f97a90df83f7 (patch)
tree31f3f5a78779a9566140e9a2c9422206a4c65f53 /SUPPORTED_OPS.md
parentb1a9a9285b25f1ee9093a0343310d9f3d37c7756 (diff)
downloadethos-u-vela-cc8569fcd243d7c96a20e0f531f6f97a90df83f7.tar.gz
MLBEDSW-5209 Vela: output diff depthwise with non-zero zero points
Fixed by adjusting zero points for ops with int8 IFM and asymmetric weights since the reference does not support asymmetric weights for int8 IFM and ignores the zero points. Signed-off-by: Fredrik Svedberg <fredrik.svedberg@arm.com> Change-Id: I2a206a01a471a53aa864a6a3616aa23d2a5a23c8
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 f96bd4af..cfb3a5da 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.1.1.dev13+gf54e94a.d20210914`
+Vela version: `3.1.1.dev32+gdc3b1f9`
This file complies with
[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)
@@ -210,6 +210,7 @@ This is a list of constraints that the MEAN operator must satisfy in order to be
- IFM must be int8 or uint8
- Input tensor must be at least 2D
- Axis indices must correspond to height and width axes
+- IFM Tensor batch size must be 1
- Product of height and width can be at most 65536
- Product of height and width can be at most 4096 when IFM and OFM have different scale or zero point,
or keep_dims is True
@@ -265,6 +266,7 @@ This is a list of constraints that the RESIZE_BILINEAR operator must satisfy in
IFM must match OFM
OFM W and H must be 2x IFM -1, if align_corners is True
OFM W and H must be 2x IFM, if align_corners is False
+- half_pixel_centers are not supported
### TFLite SOFTMAX Constraints