aboutsummaryrefslogtreecommitdiff
path: root/docs/01_01_parsers.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/01_01_parsers.dox')
-rw-r--r--docs/01_01_parsers.dox6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/01_01_parsers.dox b/docs/01_01_parsers.dox
index 761380c939..63c34210fe 100644
--- a/docs/01_01_parsers.dox
+++ b/docs/01_01_parsers.dox
@@ -117,11 +117,16 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- DEQUANTIZE
- DIV
- ELU
+- EQUAL
- EXP
- FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE
- GATHER
+- GREATER
+- GREATER_EQUAL
- HARD_SWISH
- LEAKY_RELU
+- LESS
+- LESS_EQUAL
- LOGICAL_NOT
- LOGISTIC
- L2_NORMALIZATION
@@ -131,6 +136,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- MINIMUM
- MUL
- NEG
+- NOT_EQUAL
- PACK
- PAD
- PRELU