From eb5f810ad985a8cca831b46d94ee73db5a305c9f Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 5 Oct 2021 17:31:42 +0100 Subject: IVGCVSW-6165 Add Support for Conv3d to TfLiteParser * Added CONV_3D operator support. * Fixed TfLiteParser test issue where QAsymmU8 tests were incorrectly using the Boolean comparison function. Signed-off-by: Matthew Sloyan Change-Id: I9db03b54b6de63f918717af80c5ac5310fe26183 --- docs/01_01_parsers.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/01_01_parsers.dox') diff --git a/docs/01_01_parsers.dox b/docs/01_01_parsers.dox index 244b21ead5..2304e153bd 100644 --- a/docs/01_01_parsers.dox +++ b/docs/01_01_parsers.dox @@ -123,6 +123,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators - BATCH_TO_SPACE - CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE - CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE +- CONV_3D, Supported Fused Activation: RELU , RELU6 , TANH, NONE - DEPTH_TO_SPACE - DEPTHWISE_CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE - DEQUANTIZE -- cgit v1.2.1