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