aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.floormod.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.floormod.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.floormod.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.floormod.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.floormod.md
index 5ebd691835..75b72f4b45 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.floormod.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.floormod.md
@@ -11,11 +11,11 @@ with a flooring divide. E.g. `floor(x / y) * y + mod(x, y) = x`.
##### Args:
-* <b>`x`</b>: A `Tensor`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
-* <b>`y`</b>: A `Tensor`. Must have the same type as `x`.
+* <b>`x`</b>: A `Output`. Must be one of the following types: `int32`, `int64`, `float32`, `float64`.
+* <b>`y`</b>: A `Output`. Must have the same type as `x`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Tensor`. Has the same type as `x`.
+ A `Output`. Has the same type as `x`.