From 81ec994a3ebc8ad02c4a622846cf64b70e1182bd Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 12 Oct 2021 10:26:30 +0100 Subject: IVGCVSW-6166 Add Support for Conv3d to TFLite Delegate * Conv3d is only correctly supported for external delegates from TF v2.6, as there was a breaking bug in v2.5. Signed-off-by: Matthew Sloyan Change-Id: Ib7941307f4c7b0d3dbb7deaa5a90aceb63c1162f --- docs/01_03_delegate.dox | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/01_03_delegate.dox b/docs/01_03_delegate.dox index 04f216a87d..2d30e653fa 100644 --- a/docs/01_03_delegate.dox +++ b/docs/01_03_delegate.dox @@ -51,6 +51,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - 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 -- cgit v1.2.1