modeci_mdf.functions.onnx.sum

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

Element-wise sum of each of the input tensors (with Numpy-style broadcasting support). All inputs and outputs must have the same data type. This operator supports multidirectional (i.e., Numpy-style) broadcasting; for more details please check [the doc](Broadcasting.md).