Class ov::op::v0::Sign#

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

Elementwise sign operation.

Public Functions

Sign(const Output<Node> &arg)#

Constructs an elementwise sign 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.