aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfParser/TensorFlowSupport.md
diff options
context:
space:
mode:
authorsaoste01 <saoirse.stewart@arm.com>2018-08-31 16:23:11 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-17 17:21:25 +0100
commit5540d2f379b15503269d1b9b5fbe8fbafd160d2e (patch)
treec49c8ee85ec8ad4788dd69f1f033f65f286cc1f7 /src/armnnTfParser/TensorFlowSupport.md
parentbbd4061da3094e1eec61fcdb6297f626ff025ba2 (diff)
downloadarmnn-5540d2f379b15503269d1b9b5fbe8fbafd160d2e.tar.gz
IVGCVSW-1521: Updating TensorFlow README.md to contain realdiv operator
Change-Id: Iad169a279c9fc67bd8a44511a646dded8d4ba1aa
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 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.