summaryrefslogtreecommitdiff
path: root/tools/tflitefile_tool/tflite/BuiltinOperator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tflitefile_tool/tflite/BuiltinOperator.py')
-rwxr-xr-x[-rw-r--r--]tools/tflitefile_tool/tflite/BuiltinOperator.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/tflitefile_tool/tflite/BuiltinOperator.py b/tools/tflitefile_tool/tflite/BuiltinOperator.py
index 481eeffe8..28196bafb 100644..100755
--- a/tools/tflitefile_tool/tflite/BuiltinOperator.py
+++ b/tools/tflitefile_tool/tflite/BuiltinOperator.py
@@ -9,6 +9,7 @@ class BuiltinOperator(object):
CONCATENATION = 2
CONV_2D = 3
DEPTHWISE_CONV_2D = 4
+ DEPTH_TO_SPACE = 5
DEQUANTIZE = 6
EMBEDDING_LOOKUP = 7
FLOOR = 8
@@ -106,3 +107,23 @@ class BuiltinOperator(object):
MIRROR_PAD = 100
ABS = 101
SPLIT_V = 102
+ UNIQUE = 103
+ CEIL = 104
+ REVERSE_V2 = 105
+ ADD_N = 106
+ GATHER_ND = 107
+ COS = 108
+ WHERE = 109
+ RANK = 110
+ ELU = 111
+ REVERSE_SEQUENCE = 112
+ MATRIX_DIAG = 113
+ QUANTIZE = 114
+ MATRIX_SET_DIAG = 115
+ ROUND = 116
+ HARD_SWISH = 117
+ IF = 118
+ WHILE = 119
+ NON_MAX_SUPPRESSION_V4 = 120
+ NON_MAX_SUPPRESSION_V5 = 121
+ SCATTER_ND = 122