From fd27111b17fe57163cd82bfe52fac2ba1aec1013 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Wed, 17 May 2023 13:19:12 +0100 Subject: MLBEDSW-7494: Update release notes - Added release information - Minor changes to SUPPORTED_OPS.md including version info Change-Id: I91fae4c40c6c1f25b874268b18d077a9babd4875 Signed-off-by: Tim Hall --- SUPPORTED_OPS.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'SUPPORTED_OPS.md') diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md index 4c2a098a..0c3e1e03 100644 --- a/SUPPORTED_OPS.md +++ b/SUPPORTED_OPS.md @@ -15,10 +15,11 @@ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + # Supported Ops This file was automatically generated by Vela using the `--supported-ops-report` parameter. -Vela version: `3.7.1.dev17+geeff1bcf` +Vela version: `3.8.0` This file complies with [**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md) @@ -299,7 +300,9 @@ 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 for resize bilinear requires that OFM W and H is 2x IFM W and H +- For half_pixel_centers the width and height of the IFM and OFM must match one of the following criteria: + IFM W and H are both 1 + OFM W and H is 2x IFM W and H ### TFLite RESIZE_NEAREST_NEIGHBOR Constraints -- cgit v1.2.1