Condividi tramite


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

Definizione

Scambia le ultime due dimensioni del tensore 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)

Parametri di tipo

T

Parametri

tensor
Tensor<T>

Input Tensor<T>.

Restituisce

Si applica a