aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfParser/TensorFlowSupport.md
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2020-02-18 15:18:27 +0000
committerJames Conroy <james.conroy@arm.com>2020-02-20 14:14:01 +0000
commitc02d4411b6bf9d755e25a1593c9fe16e7d93901e (patch)
treecd354f9b1294087777cb43a891f0d099c179e39a /src/armnnTfParser/TensorFlowSupport.md
parent5a0b111c5ba010d87dc535d15b454b062cb50ced (diff)
downloadarmnn-c02d4411b6bf9d755e25a1593c9fe16e7d93901e.tar.gz
IVGCVSW-2232 Pack/Stack operator support in Tensorflow Parser
* Parser support and unit tests added for Stack opertor in TfParser Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: I243b33fda2762180ef880458e760a54fde64f3d8
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 886dc7df1d..343d7a5773 100644
--- a/src/armnnTfParser/TensorFlowSupport.md
+++ b/src/armnnTfParser/TensorFlowSupport.md
@@ -163,6 +163,10 @@ Arm NN supports split along the channel dimension for data formats NHWC and NCHW
The parser does not support all forms of broadcasting [broadcast composition](https://www.tensorflow.org/performance/xla/broadcasting), only broadcasting of scalars and 1D tensors. See the TensorFlow [subtract documentation](https://www.tensorflow.org/api_docs/python/tf/math/subtract) for more information.
+**stack**
+
+See the TensorFlow [stack documentation](https://www.tensorflow.org/api_docs/python/tf/stack) for more information.
+
## Tested networks
Arm tests these operators with the following TensorFlow fp32 neural networks: