From 5540d2f379b15503269d1b9b5fbe8fbafd160d2e Mon Sep 17 00:00:00 2001 From: saoste01 Date: Fri, 31 Aug 2018 16:23:11 +0100 Subject: IVGCVSW-1521: Updating TensorFlow README.md to contain realdiv operator Change-Id: Iad169a279c9fc67bd8a44511a646dded8d4ba1aa --- 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 89c47377f6..59510d02a8 100644 --- a/src/armnnTfParser/TensorFlowSupport.md +++ b/src/armnnTfParser/TensorFlowSupport.md @@ -92,6 +92,10 @@ The parser does not support all forms of [broadcast composition](https://www.ten The parser only supports the NHWC data format in the input layer. See the TensorFlow [placeholder documentation](https://www.tensorflow.org/api_docs/python/tf/placeholder) for more information. +**realdiv** + +The parser does not support all forms of [broadcast composition](https://www.tensorflow.org/performance/xla/broadcasting), only broadcasting of scalars and 1D tensors. See the TensorFlow [realdiv documentation](https://www.tensorflow.org/api_docs/python/tf/realdiv) for more information. + **reshape** The parser does not support reshaping to or from 4D. See the TensorFlow [reshape documentation](https://www.tensorflow.org/api_docs/python/tf/reshape) for more information. -- cgit v1.2.1