From ea4ba666c035827aabe9a807503c185a6a9d3f0f Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Fri, 11 Nov 2022 18:19:53 +0000 Subject: MLBEDSW-6905: Add dilation greater than 2 support - Added graph optimisation pass to support dilations greater than 2 in either dimension - Removed supported operators restrictions - Removed erroneous dilation on TRANSPOSE_CONV - Updated unit tests and documentation Signed-off-by: Tim Hall Change-Id: Ide302374b0d5eff25c20501383a63f6aa7625c52 --- SUPPORTED_OPS.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'SUPPORTED_OPS.md') diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md index d1814a64..14c61b45 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.6.0rc1.dev37+g53605be.d20221027` +Vela version: `3.6.0rc1.dev28+gd3d81b3` This file complies with [**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md) @@ -124,7 +124,6 @@ This is a list of constraints that the CONV_2D operator must satisfy in order to - Stride values for both width and height must be integer types - Dilation factor values for both width and height must be integer types - Stride values for both width and height must be in the range [1, 3] -- Dilation factor values for both width and height must be in the range [1, 2] - Dilated kernel height must be in the range [1, 64] - Product of dilated kernel width and height must be in the range [1, 4096] - Weight tensor must be 8-bit @@ -140,7 +139,6 @@ This is a list of constraints that the DEPTHWISE_CONV_2D operator must satisfy i - Stride values for both width and height must be integer types - Dilation factor values for both width and height must be integer types - Stride values for both width and height must be in the range [1, 3] -- Dilation factor values for both width and height must be in the range [1, 2] - Dilated kernel height must be in the range [1, 64] - Product of dilated kernel width and height must be in the range [1, 4096] - Weight tensor must be 8-bit @@ -323,8 +321,6 @@ This is a list of constraints that the SUB operator must satisfy in order to be This is a list of constraints that the TRANSPOSE_CONV operator must satisfy in order to be scheduled on the NPU. - Stride values for both width and height must be integer types -- Dilation factor values for both width and height must be integer types -- Dilation factor values for both width and height must be in the range [1, 2] - Dilated kernel height must be in the range [1, 64] - Product of dilated kernel width and height must be in the range [1, 4096] - Weight tensor must be 8-bit -- cgit v1.2.1