From 74bf7da7e0448791efee8ada1f73f1887098e367 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Fri, 16 Aug 2019 16:51:42 +0100 Subject: IVGCVSW-3650 Add TfLite Parser support for Transpose Convolution layer * Added ParseTransposeConv to TfLite Parser * New TransposeConv test file * Updated documentation for supported Transpose Convolution Change-Id: Id7356d8525556805c164af693ae2b16f6a8492fa Signed-off-by: Matthew Jackson --- src/armnnTfLiteParser/TensorFlowLiteSupport.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnnTfLiteParser/TensorFlowLiteSupport.md') diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md index 7acbf28397..a4c48ca6a0 100644 --- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md +++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md @@ -60,6 +60,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * TANH +* TRANSPOSE_CONV + * UNPACK ## Custom Operator -- cgit v1.2.1