tensorflow:: ops:: NotEqual
#include <math_ops.h>
Returns the truth value of (x != y) element-wise.
Summary
NOTE: NotEqual
supports broadcasting. More about broadcasting here
Args:
- scope: A Scope object
Returns:
Output
: The z tensor.
Constructors and Destructors |
|
---|---|
NotEqual(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y)
|
|
NotEqual(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, const NotEqual::Attrs & attrs)
|
Public attributes |
|
---|---|
operation
|
|
z
|
Public functions |
|
---|---|
node() const
|
::tensorflow::Node *
|
operator::tensorflow::Input() const
|
|
operator::tensorflow::Output() const
|
|
Public static functions |
|
---|---|
IncompatibleShapeError(bool x)
|
Structs |
|
---|---|
tensorflow:: |
Optional attribute setters for NotEqual. |
Public attributes
operation
Operation operation
z
::tensorflow::Output z
Public functions
NotEqual
NotEqual( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
NotEqual
NotEqual( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, const NotEqual::Attrs & attrs )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
Public static functions
IncompatibleShapeError
Attrs IncompatibleShapeError( bool x )