Tensor.Transpose<T>(Tensor<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Swaps the last two dimensions of the tensor
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)
Type Parameters
- T
Parameters
Returns
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.