Compartilhar via


Tensor.Transpose<T>(Tensor<T>) Método

Definição

Troca as duas últimas dimensões do tensor de 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)

Parâmetros de tipo

T

Parâmetros

tensor
Tensor<T>

Tensor<T>de entrada.

Retornos

Aplica-se a