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