aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TensorFlowLiteSupport.md
diff options
context:
space:
mode:
authorMatthew Jackson <matthew.jackson@arm.com>2019-08-16 16:51:42 +0100
committerMatthew Jackson <matthew.jackson@arm.com>2019-08-20 12:19:16 +0000
commit74bf7da7e0448791efee8ada1f73f1887098e367 (patch)
treeb0274892775e78e9b68f1226a18d64953a6a889c /src/armnnTfLiteParser/TensorFlowLiteSupport.md
parent27bd9239bbf107bba1d68296676ea3e36453f6b0 (diff)
downloadarmnn-74bf7da7e0448791efee8ada1f73f1887098e367.tar.gz
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 <matthew.jackson@arm.com>
Diffstat (limited to 'src/armnnTfLiteParser/TensorFlowLiteSupport.md')
-rw-r--r--src/armnnTfLiteParser/TensorFlowLiteSupport.md2
1 files changed, 2 insertions, 0 deletions
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