Class ov::op::v0::Exp#

class Exp : public ov::op::util::UnaryElementwiseArithmetic#

Elementwise natural exponential (exp) operation.

Public Functions

Exp() = default#

Constructs an exponential operation.

Exp(const Output<Node> &arg)#

Constructs an exponential operation.

Parameters:

argNode that produces the input tensor.

virtual bool has_evaluate() const override#

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