From 42abec185a95ac8d5f2b32d541f587b3cd306e75 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Thu, 4 Feb 2021 21:31:57 +0000 Subject: MLBEDSW-3771: Updated to TF 2.4 flatbuffer schema Updated tflite loader and mappings from tensorflow 2.3 to tensorflow 2.4 Signed-off-by: Tim Hall Change-Id: I55884000ee139baf639bb0377008e0534f72fe94 --- ethosu/vela/operation.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ethosu/vela/operation.py') diff --git a/ethosu/vela/operation.py b/ethosu/vela/operation.py index 963d9e69..09371b7a 100644 --- a/ethosu/vela/operation.py +++ b/ethosu/vela/operation.py @@ -145,6 +145,7 @@ class Op(Enum): ) Conv2DBias = OperatorInfo(block_type=NpuBlockType.ConvolutionMxN, indices=IFM_WEIGHTS_BIAS_INDICES) Cos = OperatorInfo() + Cumsum = OperatorInfo() Custom = OperatorInfo() # Custom 3rd party operator, only used in CPU subgraphs CustomNpuOp = OperatorInfo() # NPU custom operator, only used in CPU subgraphs DMA = OperatorInfo() -- cgit v1.2.1