MatrixTransposeΒΆ
Transpose the last two dimensions of an array.
Abstract Signature:
MatrixTranspose(x: Tensor)
PyTorch
API:
torch.transposeStrategy: Macro 'torch.transpose({x}, -2, -1)'
Transpose the last two dimensions of an array.
Abstract Signature:
MatrixTranspose(x: Tensor)
torch.transpose