From c7983813144f550832cedfbc8fe26ef0b0a7fc5d Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Thu, 20 Feb 2020 16:51:15 +0000 Subject: IVGCVSW-4432 Update Readme for 20.02 Signed-off-by: Sadik Armagan Change-Id: I416b39b0adac1410f854d3ec5b855044bd85e1cc --- src/armnnTfLiteParser/TensorFlowLiteSupport.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/armnnTfLiteParser/TensorFlowLiteSupport.md') diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md index 145ca9f747..22023f1671 100644 --- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md +++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md @@ -18,6 +18,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * DEPTHWISE_CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE +* DEQUANTIZE + * FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE * LOGISTIC @@ -38,6 +40,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * PAD +* QUANTIZE + * RELU * RELU6 @@ -46,6 +50,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * RESIZE_BILINEAR +* RESIZE_NEAREST_NEIGHBOR + * SLICE * SOFTMAX -- cgit v1.2.1