Fix typo in `tf.reduce_mean` documentation.
authorDaniel Zheng <danielzheng@google.com>
Wed, 4 Apr 2018 22:28:01 +0000 (15:28 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 4 Apr 2018 22:32:16 +0000 (15:32 -0700)
commitb3081c19c7ae4966400cf5073043bfb65ed4f2b8
treef240a66873eef028f88bcce5c57075205ee0e3cc
parent1093a54cb79be1dd606eee9ff27b718006ba9d63
Fix typo in `tf.reduce_mean` documentation.

The range of valid values for the `axis` argument should be `[-rank(input), rank(input))`, just like other reduction ops.

PiperOrigin-RevId: 191657767
tensorflow/python/ops/math_ops.py