Class ov::op::v0::Log#
-
class Log : public ov::op::util::UnaryElementwiseArithmetic#
Elementwise natural log operation.
Public Functions
-
Log() = default#
Constructs a natural log operation.
-
Log(const Output<Node> &arg)#
Constructs a natural log operation.
- Parameters:
arg – Node that produces the input tensor.
-
virtual bool has_evaluate() const override#
Allows to get information about availability of evaluate method for the current operation.
-
Log() = default#