From 2d0eb86a5756fb9402bd31d3f5adc5438305f676 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Sun, 11 Jul 2021 14:10:15 -0300 Subject: Added comparison operators to TfLiteParser E.g. Equal, NotEqual, Greater, GreaterOrEqual, Less and LessOrEqual Signed-off-by: Bruno Goncalves Change-Id: Id56ef3cc19cc5c5daa19354010c9f25766e5fd00 --- docs/01_01_parsers.dox | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 -- cgit v1.2.1