Udostępnij za pośrednictwem


Tensor.Transpose<T>(Tensor<T>) Metoda

Definicja

Zamienia dwa ostatnie wymiary tensoru 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)

Parametry typu

T

Parametry

tensor
Tensor<T>

Dane wejściowe Tensor<T>.

Zwraca

Dotyczy