modeci_mdf.functions.onnx.abs

modeci_mdf.functions.onnx.abs(*args, **kwargs)

Absolute takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where the absolute is, y = abs(x), is applied to the tensor elementwise.