aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.is_nan.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.is_nan.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.is_nan.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.is_nan.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.is_nan.md
new file mode 100644
index 0000000000..1bf3a6825c
--- /dev/null
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.is_nan.md
@@ -0,0 +1,14 @@
+### `tf.is_nan(x, name=None)` {#is_nan}
+
+Returns which elements of x are NaN.
+
+##### Args:
+
+
+* <b>`x`</b>: A `Tensor`. 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`.
+