From d66f80170e3dc46e6962970b71886010559b1b75 Mon Sep 17 00:00:00 2001 From: Rickard Bolin Date: Thu, 21 Apr 2022 07:36:55 +0000 Subject: MLBEDSW-6425: Update to TensorFlow 2.8 Update the flatbuffers generated code to comply with TensorFlow 2.8 Signed-off-by: Rickard Bolin Change-Id: Ia65325b88745e49dbafa803a38c0ea0e7d0478ba --- 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 845d70b5..8e06b1ef 100644 --- a/ethosu/vela/operation.py +++ b/ethosu/vela/operation.py @@ -314,6 +314,11 @@ class Op(Enum): AssignVariable = OperatorInfo() BroadcastArgs = OperatorInfo() RandomStandardNormal = OperatorInfo() + Bucketize = OperatorInfo() + RandomUniform = OperatorInfo() + Multinomial = OperatorInfo() + Gelu = OperatorInfo() + DynamicUpdateSlice = OperatorInfo() @property def info(self): -- cgit v1.2.1