aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa/QuantInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tosa/QuantInfo.py')
-rw-r--r--ethosu/vela/tosa/QuantInfo.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/ethosu/vela/tosa/QuantInfo.py b/ethosu/vela/tosa/QuantInfo.py
deleted file mode 100644
index ffdfd32..0000000
--- a/ethosu/vela/tosa/QuantInfo.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# automatically generated by the FlatBuffers compiler, do not modify
-
-# namespace: tosa
-
-class QuantInfo(object):
- NONE = 0
- UnaryQuantInfo = 1
- ConvQuantInfo = 2
- MatMulQuantInfo = 3
- PadQuantInfo = 4
-