Tensor.PermuteDimensions<T> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Échange les dimensions de la tensor
le capteur en fonction du paramètre dimensions
.
Si tensor
est un capteur 1D, il retourne tensor
. Sinon, il crée une nouvelle Tensor<T> avec le nouveau classement de l’axe en allouant une nouvelle mémoire.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Tensors::Tensor<T> ^ PermuteDimensions(System::Numerics::Tensors::Tensor<T> ^ tensor, ReadOnlySpan<int> dimensions);
public static System.Numerics.Tensors.Tensor<T> PermuteDimensions<T> (this System.Numerics.Tensors.Tensor<T> tensor, scoped ReadOnlySpan<int> dimensions);
static member PermuteDimensions : System.Numerics.Tensors.Tensor<'T> * ReadOnlySpan<int> -> System.Numerics.Tensors.Tensor<'T>
<Extension()>
Public Function PermuteDimensions(Of T) (tensor As Tensor(Of T), dimensions As ReadOnlySpan(Of Integer)) As Tensor(Of T)
Paramètres de type
- T
Paramètres
- dimensions
- ReadOnlySpan<Int32>
ReadOnlySpan<T> avec le nouveau classement de l’axe.