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/tflite/SparseIndexVector.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ethosu/vela/tflite/SparseIndexVector.py') diff --git a/ethosu/vela/tflite/SparseIndexVector.py b/ethosu/vela/tflite/SparseIndexVector.py index e2c9db78..fd35a03b 100644 --- a/ethosu/vela/tflite/SparseIndexVector.py +++ b/ethosu/vela/tflite/SparseIndexVector.py @@ -7,3 +7,4 @@ class SparseIndexVector(object): Int32Vector = 1 Uint16Vector = 2 Uint8Vector = 3 + -- cgit v1.2.1