aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/math_ops.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-08 12:59:01 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-08 16:30:15 -0800
commit29970d9c9208cac2d675688487ed39069ea1d327 (patch)
tree00c25c3a4906d2ad7db8fc71d3f8e85056104ce9 /tensorflow/g3doc/api_docs/python/math_ops.md
parent2bc2358d864418886f2bc5538b263ab6cc088003 (diff)
Update generated Python Op docs.
Change: 138553113
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/math_ops.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/math_ops.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/g3doc/api_docs/python/math_ops.md b/tensorflow/g3doc/api_docs/python/math_ops.md
index 590fdaeba3..0cbafd7d2b 100644
--- a/tensorflow/g3doc/api_docs/python/math_ops.md
+++ b/tensorflow/g3doc/api_docs/python/math_ops.md
@@ -3095,7 +3095,7 @@ Returns the index with the largest value across dimensions of a tensor.
- - -
-### `tf.listdiff(x, y, out_idx=None, name=None)` {#listdiff}
+### `tf.setdiff1d(x, y, index_dtype=tf.int32, name=None)` {#setdiff1d}
Computes the difference between two lists of numbers or strings.