aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/QuantInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa/QuantInfo.py')
-rw-r--r--python/tosa/QuantInfo.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/tosa/QuantInfo.py b/python/tosa/QuantInfo.py
deleted file mode 100644
index ffdfd32..0000000
--- a/python/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
-