Class ov::op::v0::Asin#
-
class Asin : public ov::op::util::UnaryElementwiseArithmetic#
Elementwise inverse sine (arcsin) operation.
Public Functions
-
Asin() = default#
Constructs an arcsin operation.
-
Asin(const Output<Node> &arg)#
Constructs an arcsin operation.
Output
[d1, ...]
- Parameters:
arg – Output 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.
-
Asin() = default#