aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfParser/TensorFlowSupport.md
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2018-12-27 11:23:44 +0000
committerSaoirse Stewart Arm <saoirse.stewart@arm.com>2019-01-07 10:42:57 +0000
commit2ad6cb486164ff3aabe4e9ecabc47f08da48da35 (patch)
tree57ad464aa77179d9e93d7e0c26830d67464667a6 /src/armnnTfParser/TensorFlowSupport.md
parent747ef82c88f9afe14a8b80b6b3b34118353e97f2 (diff)
downloadarmnn-2ad6cb486164ff3aabe4e9ecabc47f08da48da35.tar.gz
IVGCVSW-2384 Add Split parser function to Tensor flow parser
* Added Unit test * Updated TensorFlowSupport.md file Change-Id: I5f07de5e91ffb681c0ad17c7c73ee0326e7f1e0a
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 59510d02a8..edcf409cb8 100644
--- a/src/armnnTfParser/TensorFlowSupport.md
+++ b/src/armnnTfParser/TensorFlowSupport.md
@@ -108,6 +108,10 @@ The parser only supports `ResizeMethod.BILINEAR` with `align_corners=False`. See
The parser only supports 2D inputs and does not support selecting the `softmax` dimension. See the TensorFlow [softmax documentation](https://www.tensorflow.org/api_docs/python/tf/nn/softmax) for more information.
+**split**
+
+Arm NN supports split along the channel dimension for data formats NHWC and NCHW.
+
**maximum**
where maximum is used in one of the following ways