From 2ad6cb486164ff3aabe4e9ecabc47f08da48da35 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Thu, 27 Dec 2018 11:23:44 +0000 Subject: IVGCVSW-2384 Add Split parser function to Tensor flow parser * Added Unit test * Updated TensorFlowSupport.md file Change-Id: I5f07de5e91ffb681c0ad17c7c73ee0326e7f1e0a --- src/armnnTfParser/TensorFlowSupport.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/armnnTfParser/TensorFlowSupport.md') 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 -- cgit v1.2.1