IVGCVSW-1656 Add Mean support to Tf Parser
authorFerran Balaguer <ferran.balaguer@arm.com>
Wed, 16 Jan 2019 11:21:56 +0000 (11:21 +0000)
committerFerran Balaguer Arm <ferran.balaguer@arm.com>
Wed, 16 Jan 2019 11:47:39 +0000 (11:47 +0000)
 * Update TensorFlowSupport.md

Change-Id: I6fb7f4a4b32397901e0c8b44477a8238879e5917

src/armnnTfParser/TensorFlowSupport.md

index edcf409..e3f4ae2 100644 (file)
@@ -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.