aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2022-05-24 12:25:10 +0100
committertim.hall <tim.hall@arm.com>2022-05-24 15:23:18 +0000
commit3ea7025fb9118ea4ddfabad2864a002009e5323a (patch)
tree4a3427873b708d9c647e12b3d992b8879830f998 /SUPPORTED_OPS.md
parent6d7a4f0e0d230188be0aea75d7c81659ee60ecbf (diff)
downloadethos-u-vela-3ea7025fb9118ea4ddfabad2864a002009e5323a.tar.gz
MLBEDSW-6422: Update release notes3.4.0.rc33.4.0
- Updated release notes and setup.py tag for 3.4 - Regenerated supported ops information Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: I4ec88544b84cab168cb3e5cbc6bc392b6b3d8a39
Diffstat (limited to 'SUPPORTED_OPS.md')
-rw-r--r--SUPPORTED_OPS.md6
1 files changed, 3 insertions, 3 deletions
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