Class ov::op::v0::Atan#

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

Elementwise inverse tangent (arctan) operation.

Public Functions

Atan() = default#

Constructs an arctan operation.

Atan(const Output<Node> &arg)#

Constructs an arctan operation.

Output [d1, ...]

Parameters:

argOutput that produces the input tensor.[d1, ...]

virtual bool has_evaluate() const override#

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