UnaryOperator

public class UnaryOperator: ComputableOperator

Abstract class define the standard unary operator working flow. This class should not be used directly. Any class inheritance this class is doing element-wise computation for input tensors.