modeci_mdf.functions.onnx.neg

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

Neg takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where each element flipped sign, y = -x, is applied to the tensor elementwise.