Class ov::op::v1::Equal#
-
class Equal : public ov::op::util::BinaryElementwiseComparison#
Elementwise is-equal operation.
Inputs
Type
Description
arg0
A tensor of any shape and element type.
arg1
A tensor of the same shape and element type as
arg0
.autob
Auto broadcast specification.
Type
Description
The tensor
, wherePublic Functions
-
inline Equal()#
Constructs an equal operation.
-
Equal(const Output<Node> &arg0, const Output<Node> &arg1, const AutoBroadcastSpec &auto_broadcast = AutoBroadcastSpec(AutoBroadcastType::NUMPY))#
Constructs an equal operation.
-
virtual bool has_evaluate() const override#
Allows to get information about availability of evaluate method for the current operation.
-
inline Equal()#