From: Ferran Balaguer Date: Wed, 16 Jan 2019 11:21:56 +0000 (+0000) Subject: IVGCVSW-1656 Add Mean support to Tf Parser X-Git-Tag: submit/tizen/20200316.035456~954 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5caff101efb25c4ecae05aed3bbb5eb733edb70;p=platform%2Fupstream%2Farmnn.git IVGCVSW-1656 Add Mean support to Tf Parser * Update TensorFlowSupport.md Change-Id: I6fb7f4a4b32397901e0c8b44477a8238879e5917 --- diff --git a/src/armnnTfParser/TensorFlowSupport.md b/src/armnnTfParser/TensorFlowSupport.md index edcf409..e3f4ae2 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.