aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/ActivationFunctionType.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tflite/ActivationFunctionType.py')
-rw-r--r--ethosu/vela/tflite/ActivationFunctionType.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/ethosu/vela/tflite/ActivationFunctionType.py b/ethosu/vela/tflite/ActivationFunctionType.py
new file mode 100644
index 00000000..6d8ec952
--- /dev/null
+++ b/ethosu/vela/tflite/ActivationFunctionType.py
@@ -0,0 +1,11 @@
+# automatically generated by the FlatBuffers compiler, do not modify
+
+# namespace: tflite
+
+class ActivationFunctionType(object):
+ NONE = 0
+ RELU = 1
+ RELU_N1_TO_1 = 2
+ RELU6 = 3
+ TANH = 4
+ SIGN_BIT = 5