From a64616c4d7a33c5b2b4e5fb38c57217dc65bc2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Alfv=C3=A9n?= Date: Mon, 17 Oct 2022 12:29:12 +0200 Subject: MLBEDSW-6794: ResizeNearestNeighbor with HPC - Removed half pixel centers constraint for resize nearest neightbor. - Supported scale 2x, 4x and 8x. - Removed test_constraint_resize_half_pixel_centers - Regenerated SUPPORTED_OPS.md Signed-off-by: Johan Alfven Change-Id: Ic3e02e9c2b2034d537c9a9841b8fb4ee433c96dc --- SUPPORTED_OPS.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'SUPPORTED_OPS.md') diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md index 9488a78b..bf7c2ba6 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.5.1.dev10+gf616c9d6.d20220915` +Vela version: `3.6.0rc1.dev23+g1f2496e.d20221017` This file complies with [**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md) @@ -257,7 +257,6 @@ This is a list of constraints that the RESHAPE operator must satisfy in order to - Input and output quantisation must match. - Shape must be constant -- Reshape on NPU not supported before MEAN operator ### TFLite RESIZE_BILINEAR Constraints @@ -270,7 +269,6 @@ This is a list of constraints that the RESIZE_BILINEAR operator must satisfy in W and H scaling must be equal and OFM W and H must be 2x/4x/8x IFM W and H, if align_corners is False - The size tensor must match the output tensor shape - Both align_corners and half_pixel_centers can't be True -- Half_pixel_centers are only supported for resize bilinear - Half_pixel_centers for resize bilinear requires that OFM W and H is 2x IFM W and H ### TFLite RESIZE_NEAREST_NEIGHBOR Constraints @@ -284,7 +282,6 @@ This is a list of constraints that the RESIZE_NEAREST_NEIGHBOR operator must sat W and H scaling must be equal and OFM W and H must be 2x/4x/8x IFM W and H, if align_corners is False - The size tensor must match the output tensor shape - Both align_corners and half_pixel_centers can't be True -- Half_pixel_centers are only supported for resize bilinear ### TFLite SOFTMAX Constraints -- cgit v1.2.1