From 3ea7025fb9118ea4ddfabad2864a002009e5323a Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Tue, 24 May 2022 12:25:10 +0100 Subject: MLBEDSW-6422: Update release notes - Updated release notes and setup.py tag for 3.4 - Regenerated supported ops information Signed-off-by: Tim Hall Change-Id: I4ec88544b84cab168cb3e5cbc6bc392b6b3d8a39 --- SUPPORTED_OPS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SUPPORTED_OPS.md') diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md index de0adf92..3e76670f 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.3.0` +Vela version: `3.4.0` This file complies with [**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md) @@ -179,7 +179,7 @@ This is a list of constraints that the LEAKY_RELU operator must satisfy in order - At least one Input's shape must match the OFM's shape - IFM and OFM data types must match -- Alpha must not be negative +- Alpha only allowed to be negative if IFM is int8 or uint8 - Batch size must be 1 for Input tensors with more than 2 dimensions ### TFLite MAXIMUM Constraints @@ -336,4 +336,4 @@ This is a list of constraints that the TRANSPOSE_CONV operator must satisfy in o - Stride values for both width and height must be 2 - 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 + minus difference between kernel size and stride -- cgit v1.2.1