From cc8569fcd243d7c96a20e0f531f6f97a90df83f7 Mon Sep 17 00:00:00 2001 From: Fredrik Svedberg Date: Mon, 1 Nov 2021 14:25:29 +0100 Subject: 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 Change-Id: I2a206a01a471a53aa864a6a3616aa23d2a5a23c8 --- SUPPORTED_OPS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'SUPPORTED_OPS.md') 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 -- cgit v1.2.1