From 1d6f292447387faeda73b3802423530b083a7640 Mon Sep 17 00:00:00 2001 From: Rickard Bolin Date: Mon, 23 Dec 2024 12:36:24 +0000 Subject: [PATCH] MLBEDSW-10206: Add support for Resize when H or W is 1 Allow either height or width dimension to be 1 when the other is upscaled Signed-off-by: Rickard Bolin Change-Id: If423338b9f6aeacf2c02cc9437588c13c1949cd6 --- SUPPORTED_OPS.md | 12 ++++---- ethosu/vela/tflite_graph_optimiser.py | 35 ++++++++++++++++------- ethosu/vela/tflite_supported_operators.py | 25 +++++++++------- ethosu/vela/vela.py | 4 +-- 4 files changed, 47 insertions(+), 29 deletions(-) diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md index 90707c4c..d8d86678 100644 --- a/SUPPORTED_OPS.md +++ b/SUPPORTED_OPS.md @@ -1,5 +1,5 @@