aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerran Balaguer <ferran.balaguer@arm.com>2019-01-16 11:21:56 +0000
committerFerran Balaguer Arm <ferran.balaguer@arm.com>2019-01-16 11:47:39 +0000
commite5caff101efb25c4ecae05aed3bbb5eb733edb70 (patch)
tree681f57d3b5920ab9cae1f2e44528b2352cd26f0b
parent4912402497a51c6afe0898b3900f87feefa006a6 (diff)
downloadarmnn-e5caff101efb25c4ecae05aed3bbb5eb733edb70.tar.gz
IVGCVSW-1656 Add Mean support to Tf Parser
* Update TensorFlowSupport.md Change-Id: I6fb7f4a4b32397901e0c8b44477a8238879e5917
-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 edcf409cb8..e3f4ae2656 100644
--- a/src/armnnTfParser/TensorFlowSupport.md
+++ b/src/armnnTfParser/TensorFlowSupport.md
@@ -30,6 +30,10 @@ See the TensorFlow [local_response_normalization documentation](https://www.tens
See the TensorFlow [max_pool documentation](https://www.tensorflow.org/api_docs/python/tf/nn/max_pool) for more information.
+**reduce_mean**
+
+See the TensorFlow [reduce_mean documentation](https://www.tensorflow.org/api_docs/python/tf/reduce_mean) for more information.
+
**relu**
See the TensorFlow [relu documentation](https://www.tensorflow.org/api_docs/python/tf/nn/relu) for more information.