Tensor.PermuteDimensions<T> Méthode
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)
- T
- dimensions
- ReadOnlySpan<Int32>
ReadOnlySpan<T> avec le nouveau classement de l’axe.
Produit | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :