tensorflow::
ops::
ApproximateEqual
#include <math_ops.h>
Returns the truth value of abs(x-y) < tolerance element-wise.
Summary
Args:
- scope: A Scope object
Returns:
-
Output
: The z tensor.
Constructors and Destructors |
|
---|---|
ApproximateEqual
(const ::
tensorflow::Scope
& scope, ::
tensorflow::Input
x, ::
tensorflow::Input
y)
|
|
ApproximateEqual
(const ::
tensorflow::Scope
& scope, ::
tensorflow::Input
x, ::
tensorflow::Input
y, const
ApproximateEqual::Attrs
& attrs)
|
Public attributes |
|
---|---|
operation
|
|
z
|
Public functions |
|
---|---|
node
() const
|
::tensorflow::Node *
|
operator::tensorflow::Input
() const
|
|
operator::tensorflow::Output
() const
|
|
Public static functions |
|
---|---|
Tolerance
(float x)
|
Structs |
|
---|---|
tensorflow::
|
Optional attribute setters for ApproximateEqual . |
Public attributes
Public functions
ApproximateEqual
ApproximateEqual( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
ApproximateEqual
ApproximateEqual( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, const ApproximateEqual::Attrs & attrs )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const