Поделиться через


Tensor.Transpose<T>(Tensor<T>) Метод

Определение

Переключает последние два измерения tensor тензора.

public:
generic <typename T>
 static System::Numerics::Tensors::Tensor<T> ^ Transpose(System::Numerics::Tensors::Tensor<T> ^ tensor);
public static System.Numerics.Tensors.Tensor<T> Transpose<T> (System.Numerics.Tensors.Tensor<T> tensor);
static member Transpose : System.Numerics.Tensors.Tensor<'T> -> System.Numerics.Tensors.Tensor<'T>
Public Function Transpose(Of T) (tensor As Tensor(Of T)) As Tensor(Of T)

Параметры типа

T

Параметры

tensor
Tensor<T>

Входные Tensor<T>.

Возвращаемое значение

Применяется к