From 1068362a83dd15613561189c00e364cddfd3071d Mon Sep 17 00:00:00 2001 From: "patrik.gustavsson" Date: Wed, 14 Oct 2020 10:57:46 +0000 Subject: Revert "MLBEDSW-3219: Suppress CPU info for Const/Placeholder" This reverts commit 04986c0016e59993563490fe67052371fc0e1ad2. Reason for revert: Merged by mistake Change-Id: I150ad9ba7074ad1e80f21180aeba56a454d9f748 --- ethosu/vela/operation.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ethosu/vela/operation.py') diff --git a/ethosu/vela/operation.py b/ethosu/vela/operation.py index 9c438556..710511c6 100644 --- a/ethosu/vela/operation.py +++ b/ethosu/vela/operation.py @@ -271,9 +271,6 @@ class Op(Enum): def needs_bias(self): return bool(self.info.indices.biases) - def is_startup_init_op(self): - return self in (Op.Const, Op.Placeholder, Op.SubgraphInput) - @classmethod def op_set(cls, predicate): # Returns the set of all operator codes that fulfill the given predicate -- cgit v1.2.1