Class ov::op::v1::Greater#
-
class Greater : public ov::op::util::BinaryElementwiseComparison#
Elementwise greater-than operation.
Public Functions
-
inline Greater()#
Constructs a greater-than operation.
-
Greater(const Output<Node> &arg0, const Output<Node> &arg1, const AutoBroadcastSpec &auto_broadcast = AutoBroadcastSpec(AutoBroadcastType::NUMPY))#
Constructs a greater-than operation.
-
virtual bool has_evaluate() const override#
Allows to get information about availability of evaluate method for the current operation.
-
inline Greater()#