aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.gather.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.gather.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.gather.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.gather.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.gather.md
index 3c6be5988c..ddb857f392 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.gather.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.gather.md
@@ -26,12 +26,12 @@ this operation will permute `params` accordingly.
##### Args:
-* <b>`params`</b>: A `Tensor`.
-* <b>`indices`</b>: A `Tensor`. Must be one of the following types: `int32`, `int64`.
+* <b>`params`</b>: A `Output`.
+* <b>`indices`</b>: A `Output`. Must be one of the following types: `int32`, `int64`.
* <b>`validate_indices`</b>: An optional `bool`. Defaults to `True`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Tensor`. Has the same type as `params`.
+ A `Output`. Has the same type as `params`.