aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/scheduler.py
diff options
context:
space:
mode:
authorJacob Bohlin <jacob.bohlin@arm.com>2021-02-11 16:04:53 +0100
committerJacob Bohlin <jacob.bohlin@arm.com>2021-02-12 08:46:12 +0100
commit2a58530de2686a3dc1cbe791f1f951b9ea7c39aa (patch)
tree53d980b6b4e1e62152736b00612b57d57038b998 /ethosu/vela/scheduler.py
parent2446e59a9083f36f85beb88fdec6379d90b85cad (diff)
downloadethos-u-vela-2a58530de2686a3dc1cbe791f1f951b9ea7c39aa.tar.gz
MLBEDSW-3600: Cascading support for ResizeBilinear
Signed-off-by: Jacob Bohlin <jacob.bohlin@arm.com> Change-Id: I7899263ff5bb3d0de00681ee8351a02eecff1553
Diffstat (limited to 'ethosu/vela/scheduler.py')
-rw-r--r--ethosu/vela/scheduler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ethosu/vela/scheduler.py b/ethosu/vela/scheduler.py
index 9251623c..6ee06e20 100644
--- a/ethosu/vela/scheduler.py
+++ b/ethosu/vela/scheduler.py
@@ -649,8 +649,6 @@ class DynamicProgrammingScheduler:
if len(op.outputs) > 1 or len(op.outputs[0].consumer_list) > 1:
# The op has consumers in other subgraphs
return True
- if op.type == Op.ResizeBilinear:
- return True
return False
def search_ifm_streaming_partial(self, ps, block_config):