modeci_mdf.functions.onnx.transpose

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

Transpose the input tensor similar to numpy.transpose. For example, when perm=(1, 0, 2), given an input tensor of shape (1, 2, 3), the output shape will be (2, 1, 3).