tensorflow::
ops::
IsNan
#include <math_ops.h>
Returns which elements of x are NaN.
Summary
(numpy) Equivalent to np.isnan
Example:
x = tf.constant([5.0, np.nan, 6.8, np.nan, np.inf]) tf.math.is_nan(x) ==> [False, True, False, True, False]
Args:
- scope: A Scope object
Returns:
-
Output
: The y tensor.
Constructors and Destructors |
|
---|---|
IsNan
(const ::
tensorflow::Scope
& scope, ::
tensorflow::Input
x)
|
Public attributes |
|
---|---|
operation
|
|
y
|
Public functions |
|
---|---|
node
() const
|
::tensorflow::Node *
|
operator::tensorflow::Input
() const
|
|
operator::tensorflow::Output
() const
|
|
Public attributes
Public functions
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const