aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/math_ops.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-01-18 16:41:21 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-18 17:04:49 -0800
commit0837ac805f3ddd885dc1fb14a0b7ccd4e1a8afa8 (patch)
treea1ffa6cc05b8ff64dcec5d683fc6396a79ee4989 /tensorflow/g3doc/api_docs/python/math_ops.md
parent08f60700547903975a2e2b3f1f9848a87895f509 (diff)
Update generated Python Op docs.
Change: 144899411
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/math_ops.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/math_ops.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/tensorflow/g3doc/api_docs/python/math_ops.md b/tensorflow/g3doc/api_docs/python/math_ops.md
index 92b001f898..76636dc6f0 100644
--- a/tensorflow/g3doc/api_docs/python/math_ops.md
+++ b/tensorflow/g3doc/api_docs/python/math_ops.md
@@ -3720,24 +3720,3 @@ invert_permutation(x) ==> [2, 4, 3, 0, 1]
A `Tensor`. Has the same type as `x`. 1-D.
-
-## Other Functions and Classes
-- - -
-
-### `tf.neg(x, name=None)` {#neg}
-
-Computes numerical negative value element-wise.
-
-I.e., \\(y = -x\\).
-
-##### Args:
-
-
-* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`, `int32`, `int64`, `complex64`, `complex128`.
-* <b>`name`</b>: A name for the operation (optional).
-
-##### Returns:
-
- A `Tensor`. Has the same type as `x`.
-
-