modeci_mdf.functions.onnx.split

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

Split a tensor into a list of tensors, along the specified ‘axis’. Lengths of the parts can be specified using input ‘split’. Otherwise, the tensor is split to equal sized parts.