aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.fill.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.fill.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.fill.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.fill.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.fill.md
index 76de3e2d4d..1912fd8174 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.fill.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard9/tf.fill.md
@@ -15,9 +15,9 @@ fill([2, 3], 9) ==> [[9, 9, 9]
##### Args:
-* <b>`dims`</b>: A `Tensor` of type `int32`.
+* <b>`dims`</b>: An `Output` of type `int32`.
1-D. Represents the shape of the output tensor.
-* <b>`value`</b>: A `Tensor`. 0-D (scalar). Value to fill the returned tensor.
+* <b>`value`</b>: A `Output`. 0-D (scalar). Value to fill the returned tensor.
@compatibility(numpy)
Equivalent to np.full
@@ -27,5 +27,5 @@ fill([2, 3], 9) ==> [[9, 9, 9]
##### Returns:
- A `Tensor`. Has the same type as `value`.
+ A `Output`. Has the same type as `value`.