aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfParser/TensorFlowSupport.md
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-05-21 14:27:48 +0100
committerJan Eilers <jan.eilers@arm.com>2020-05-22 18:15:25 +0100
commit48f9ac0ba3a08cec47857fcb78138cebbaf6088e (patch)
treeeade49c8c628c29b7980caf957a61577df2c356b /src/armnnTfParser/TensorFlowSupport.md
parent9f008f8aaff25946b83d55b61fa6070488540665 (diff)
downloadarmnn-48f9ac0ba3a08cec47857fcb78138cebbaf6088e.tar.gz
IVGCVSW-4792 Update armnn readme and support files
* Add Transpose to SerializerSupport.md * Remove ResizeBilinear as it is deprecated layer * Add EXP and SPLIT_V to TensorFlowLiteSupport.md * Add transpose to TensorFlowSupport.md Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I05b0411b61c1b74b27b4669e81fa8ce521bb4190
Diffstat (limited to 'src/armnnTfParser/TensorFlowSupport.md')
-rw-r--r--src/armnnTfParser/TensorFlowSupport.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/armnnTfParser/TensorFlowSupport.md b/src/armnnTfParser/TensorFlowSupport.md
index 68c7209284..65839e2e57 100644
--- a/src/armnnTfParser/TensorFlowSupport.md
+++ b/src/armnnTfParser/TensorFlowSupport.md
@@ -78,6 +78,10 @@ See the TensorFlow [squeeze documentation](https://www.tensorflow.org/api_docs/p
See the TensorFlow [tanh documentation](https://www.tensorflow.org/api_docs/python/tf/tanh) for more information.
+**transpose**
+
+See the TensorFlow [transpose documentation](https://www.tensorflow.org/api_docs/python/tf/transpose) for more information.
+
## Partially supported
**add**