Class ov::op::v1::LogicalOr#

class LogicalOr : public ov::op::util::BinaryElementwiseLogical#

Elementwise logical-or operation.

Public Functions

LogicalOr(const Output<Node> &arg0, const Output<Node> &arg1, const AutoBroadcastSpec &auto_broadcast = AutoBroadcastSpec(AutoBroadcastType::NUMPY))#

Constructs a logical-or operation.

Output [d0, ...]

Parameters:
  • arg0Node that produces the first input tensor.[d0, ...]

  • arg1Node that produces the second input tensor.[d0, ...]

  • auto_broadcast – Auto broadcast specification

virtual bool has_evaluate() const override#

Allows to get information about availability of evaluate method for the current operation.