Udostępnij za pośrednictwem


Tensor.PermuteDimensions<T> Metoda

Definicja

Zamienia wymiary tensor tensor zgodnie z parametrem dimensions. Jeśli tensor jest tensorem 1D, zwróci tensor. W przeciwnym razie tworzy nowy Tensor<T> z nową kolejnością osi, przydzielając nową pamięć.

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)

Parametry typu

T

Parametry

tensor
Tensor<T>

Tensor<T> wejściowe

dimensions
ReadOnlySpan<Int32>

ReadOnlySpan<T> z kolejność nowej osi.

Zwraca

Dotyczy