From 42b3d7da750ab6ad39ea228985f422685f89eb45 Mon Sep 17 00:00:00 2001 From: Darshan Patel Date: Mon, 25 May 2020 22:30:07 +0530 Subject: Add DIV support to TFLite parser * Added unit tests * Updated Documentation Signed-off-by: Darshan Patel Change-Id: Iadb5c76139d74d755d7f4be4b023b4417efe1e92 --- docs/01_parsers.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/01_parsers.dox b/docs/01_parsers.dox index 4d3189a190..285641160c 100644 --- a/docs/01_parsers.dox +++ b/docs/01_parsers.dox @@ -157,6 +157,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators - CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE - CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE - DEPTHWISE_CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE +- DIV - EXP - FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE - LOGISTIC -- cgit v1.2.1