aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/CombinerType.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tflite/CombinerType.py')
-rw-r--r--ethosu/vela/tflite/CombinerType.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/ethosu/vela/tflite/CombinerType.py b/ethosu/vela/tflite/CombinerType.py
new file mode 100644
index 00000000..1e3a61f3
--- /dev/null
+++ b/ethosu/vela/tflite/CombinerType.py
@@ -0,0 +1,8 @@
+# automatically generated by the FlatBuffers compiler, do not modify
+
+# namespace: tflite
+
+class CombinerType(object):
+ SUM = 0
+ MEAN = 1
+ SQRTN = 2