From c0bb868fe375ff38eede8be363165794ca780978 Mon Sep 17 00:00:00 2001 From: Johan Alfven Date: Mon, 4 Sep 2023 17:18:33 +0200 Subject: MLBEDSW-7997: [MLCE] Extended stride support for TRANSPOSE CONV - Support for stride WxH 1x1 - Support for stride WxH 2x1 when IFM and KERNEL is 1D shape with height 1 - Added test to supported operators - Updated SUPPORTED_OPS.md Change-Id: Ic1abead8399a5e14a78d962f8aded0d3b3dbfcc4 Signed-off-by: Johan Alfven X --- SUPPORTED_OPS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'SUPPORTED_OPS.md') diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md index 81ed6d18..0fef7384 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.0` +Vela version: `3.9.1.dev2+gc02eaa3.d20230904` This file complies with [**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md) @@ -408,7 +408,9 @@ This is a list of constraints that the TRANSPOSE_CONV operator must satisfy in o - Optional Bias tensor must be of shape: 1D - Optional Bias tensor must be of type: int32, int64 - Optional Bias tensor values must fit within 40-bits -- Stride values for both width and height must be 2 +- Stride values for width and height must match one of the following criteria: + Stride values WxH must be 1x1 or 2x2 + Stride WxH 2x1 supported if ifm height and kernel height = 1 - SAME padding: OFM dimensions must equal IFM dimensions multiplied by stride - VALID padding: OFM dimensions must equal IFM dimensions multiplied by stride, minus difference between kernel size and stride -- cgit v1.2.1