Class ov::op::v0::Negative#

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

Elementwise negative operation.

Public Functions

Negative() = default#

Constructs a negative operation.

Negative(const Output<Node> &arg)#

Constructs a negative 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.