aboutsummaryrefslogtreecommitdiff
path: root/SUPPORTED_OPS.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2023-05-17 13:19:12 +0100
committerTim Hall <tim.hall@arm.com>2023-05-17 16:38:59 +0100
commitfd27111b17fe57163cd82bfe52fac2ba1aec1013 (patch)
tree5f84141a9604bcecbd93998f6374be9015039bcd /SUPPORTED_OPS.md
parente8fc214481bdbe1c80613b3f3a471c135038560e (diff)
downloadethos-u-vela-fd27111b17fe57163cd82bfe52fac2ba1aec1013.tar.gz
MLBEDSW-7494: Update release notes3.8.0.rc2
- Added release information - Minor changes to SUPPORTED_OPS.md including version info Change-Id: I91fae4c40c6c1f25b874268b18d077a9babd4875 Signed-off-by: Tim Hall <tim.hall@arm.com>
Diffstat (limited to 'SUPPORTED_OPS.md')
-rw-r--r--SUPPORTED_OPS.md7
1 files changed, 5 insertions, 2 deletions
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