From 2de898a85d800f0e812cc13eff6363e27a377cf5 Mon Sep 17 00:00:00 2001 From: Rickard Bolin Date: Mon, 20 Dec 2021 08:35:23 +0000 Subject: MLBEDSW-4870: Update to TensorFlow 2.7 Update the flatbuffers generated code to comply with TensorFlow 2.7 Signed-off-by: Rickard Bolin Change-Id: Iff29b05a6e145245861329b4ff9fc9fbd968da53 --- ethosu/vela/operation.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ethosu/vela/operation.py') diff --git a/ethosu/vela/operation.py b/ethosu/vela/operation.py index 1707d318..277f2de5 100644 --- a/ethosu/vela/operation.py +++ b/ethosu/vela/operation.py @@ -307,6 +307,11 @@ class Op(Enum): HashtableSize = OperatorInfo() ReduceAll = OperatorInfo() Conv3DTranspose = OperatorInfo() + VarHandle = OperatorInfo() + ReadVariable = OperatorInfo() + AssignVariable = OperatorInfo() + BroadcastArgs = OperatorInfo() + RandomStandardNormal = OperatorInfo() @property def info(self): -- cgit v1.2.1