aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.is_finite.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.is_finite.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.is_finite.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.is_finite.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.is_finite.md
index 15d5a7df94..ecc26ddab8 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.is_finite.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.is_finite.md
@@ -9,10 +9,10 @@ Equivalent to np.isfinite
##### Args:
-* <b>`x`</b>: A `Tensor`. Must be one of the following types: `half`, `float32`, `float64`.
+* <b>`x`</b>: A `Output`. Must be one of the following types: `half`, `float32`, `float64`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
- A `Tensor` of type `bool`.
+ An `Output` of type `bool`.