From 59b9ab9121d17793b5a240f7c51028b6b37a7a6e Mon Sep 17 00:00:00 2001 From: Raul Farkas Date: Thu, 9 Feb 2023 10:03:27 +0000 Subject: MLBEDSW-7331: Reinstate max stride height constraint of 3 for Conv2D Reinstate constraint for stride height to (1,3) instead of (1,4) for Conv2D and update unit tests. Change-Id: I17389ee040eeff0cea08279cab1c038e951569ea Signed-off-by: Raul Farkas --- SUPPORTED_OPS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SUPPORTED_OPS.md') diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md index 3d045923..1ed37bde 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.1.dev18+g34cbb970` +Vela version: `3.6.1.dev18+g090f18a5` This file complies with [**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md) @@ -123,7 +123,7 @@ 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 between 1 and 4 +- Stride values for height must be between 1 and 3 and for width between 1 and 4 - 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