aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/TensorType.py
diff options
context:
space:
mode:
authorwilisa01 <william.isaksson@arm.com>2022-12-22 08:00:08 +0000
committerRickard Bolin <rickard.bolin@arm.com>2023-01-20 15:49:01 +0000
commit82593deacc7e97b9a667469bcee4392b78a7a768 (patch)
treead99b40940ebe67e1bbf23491898e77c9984c5bf /ethosu/vela/tflite/TensorType.py
parent3b1578e44b4c6a8c8c9a8e0891d3866a89bd66af (diff)
downloadethos-u-vela-82593deacc7e97b9a667469bcee4392b78a7a768.tar.gz
MLBEDSW-6954: Update to TensorFlow 2.11
Updated FlatBuffers autogenerated files to TensorFlow 2.11 Change-Id: Ied60f9fbacdcf91ec8d289cafbde0d88169bb349 Signed-off-by: wilisa01 <william.isaksson@arm.com> Signed-off-by: Fredrik Svedberg <fredrik.svedberg@arm.com>
Diffstat (limited to 'ethosu/vela/tflite/TensorType.py')
-rw-r--r--ethosu/vela/tflite/TensorType.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethosu/vela/tflite/TensorType.py b/ethosu/vela/tflite/TensorType.py
index 621d0c54..604d4362 100644
--- a/ethosu/vela/tflite/TensorType.py
+++ b/ethosu/vela/tflite/TensorType.py
@@ -20,3 +20,4 @@ class TensorType(object):
VARIANT = 14
UINT32 = 15
UINT16 = 16
+ INT4 = 17