aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/SparseIndexVector.py
diff options
context:
space:
mode:
authorRickard Bolin <rickard.bolin@arm.com>2021-12-20 08:35:23 +0000
committerpatrik.gustavsson <patrik.gustavsson@arm.com>2022-01-21 12:45:02 +0000
commit2de898a85d800f0e812cc13eff6363e27a377cf5 (patch)
tree4c4b81cf5c4c521d33af59234deffce00611ba78 /ethosu/vela/tflite/SparseIndexVector.py
parent3c25ff658cf847ccfcb2d4d5796ffbe13a511894 (diff)
downloadethos-u-vela-2de898a85d800f0e812cc13eff6363e27a377cf5.tar.gz
MLBEDSW-4870: Update to TensorFlow 2.7
Update the flatbuffers generated code to comply with TensorFlow 2.7 Signed-off-by: Rickard Bolin <rickard.bolin@arm.com> Change-Id: Iff29b05a6e145245861329b4ff9fc9fbd968da53
Diffstat (limited to 'ethosu/vela/tflite/SparseIndexVector.py')
-rw-r--r--ethosu/vela/tflite/SparseIndexVector.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethosu/vela/tflite/SparseIndexVector.py b/ethosu/vela/tflite/SparseIndexVector.py
index fd35a03b..e2c9db78 100644
--- a/ethosu/vela/tflite/SparseIndexVector.py
+++ b/ethosu/vela/tflite/SparseIndexVector.py
@@ -7,4 +7,3 @@ class SparseIndexVector(object):
Int32Vector = 1
Uint16Vector = 2
Uint8Vector = 3
-