Instantly transpose your videos from YouTube, Spotify, and more. Rehearse tricky parts by slowing down to 25% or speeding up to 400%. Set markers, repeat difficult phrases, or jump straight to a section. Perfect for karaoke: shift the key up or down to fit your voice.
In linear algebra, the transpose of a matrix is an operator that flips a matrix over its diagonal; that is, transposition switches the row and column indices of the matrix A to produce another matrix, often denoted AT (among other notations).
torch.transpose (input, dim0, dim1)→ Tensor Returns a tensor that is a transposed version of input. The given dimensions dim0 and dim1 are swapped. The resulting out tensor shares its underlying storage with the input tensor, so changing the content of one would change the content of the other. Parameters input (Tensor) – the input tensor.