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/tflite/BuiltinOperator.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ethosu/vela/tflite/BuiltinOperator.py') diff --git a/ethosu/vela/tflite/BuiltinOperator.py b/ethosu/vela/tflite/BuiltinOperator.py index fb23155c..73fed9b6 100644 --- a/ethosu/vela/tflite/BuiltinOperator.py +++ b/ethosu/vela/tflite/BuiltinOperator.py @@ -130,4 +130,6 @@ class BuiltinOperator(object): DENSIFY = 124 SEGMENT_SUM = 125 BATCH_MATMUL = 126 + PLACEHOLDER_FOR_GREATER_OP_CODES = 127 + CUMSUM = 128 -- cgit v1.2.1