Class ov::op::v0::Abs#
-
class Abs : public ov::op::util::UnaryElementwiseArithmetic#
Elementwise absolute value operation.
Public Functions
-
Abs() = default#
Constructs an absolute value operation.
-
Abs(const Output<Node> &arg)#
Constructs an absolute value 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.
-
Abs() = default#