Fix discrepancies between doc and implementation for math_ops
authorYong Tang <yong.tang.github@outlook.com>
Mon, 21 May 2018 23:29:32 +0000 (23:29 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Mon, 21 May 2018 23:48:58 +0000 (23:48 +0000)
commit75c0cfd1fdb1b460fc10786ef89376f8e86fe8d4
tree245bdfef755a20c1b251d680eb35e956babb7369
parente4471c403a9e9430839900bd92c067d04580a51b
Fix discrepancies between doc and implementation for math_ops

In the docstring of math_ops, there are some discrepancies
between the supported data types and the actual implementation:
`abs` supports `float16`.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
tensorflow/python/ops/math_ops.py