transpose

abstract fun <T : DType, V> transpose(tensor: Tensor<T, V>): Tensor<T, V>(source)