Tensor.Concatenate Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Concatenate<T>(ReadOnlySpan<Tensor<T>>, TensorSpan<T>) |
Połącz sekwencję tensorów wzdłuż istniejącej osi. |
Concatenate<T>(ReadOnlySpan<Tensor<T>>) |
Połącz sekwencję tensorów wzdłuż istniejącej osi. |
Concatenate<T>(ReadOnlySpan<Tensor<T>>, TensorSpan<T>)
- Źródło:
- TensorExtensions.cs
- Źródło:
- TensorExtensions.cs
Połącz sekwencję tensorów wzdłuż istniejącej osi.
public:
generic <typename T>
static System::Numerics::Tensors::TensorSpan<T> ^ Concatenate(ReadOnlySpan<System::Numerics::Tensors::Tensor<T> ^> tensors, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Concatenate<T>(scoped ReadOnlySpan<System.Numerics.Tensors.Tensor<T>> tensors, in System.Numerics.Tensors.TensorSpan<T> destination);
static member Concatenate : ReadOnlySpan<System.Numerics.Tensors.Tensor<'T>> * TensorSpan -> TensorSpan
Public Function Concatenate(Of T) (tensors As ReadOnlySpan(Of Tensor(Of T)), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)
Parametry typu
- T
Parametry
- tensors
- ReadOnlySpan<Tensor<T>>
Tensory muszą mieć ten sam kształt, z wyjątkiem wymiaru odpowiadającego osi (pierwszy domyślnie).
- destination
- TensorSpan<T>
Zwraca
Dotyczy
Concatenate<T>(ReadOnlySpan<Tensor<T>>)
- Źródło:
- TensorExtensions.cs
- Źródło:
- TensorExtensions.cs
Połącz sekwencję tensorów wzdłuż istniejącej osi.
public:
generic <typename T>
static System::Numerics::Tensors::Tensor<T> ^ Concatenate(ReadOnlySpan<System::Numerics::Tensors::Tensor<T> ^> tensors);
public static System.Numerics.Tensors.Tensor<T> Concatenate<T>(scoped ReadOnlySpan<System.Numerics.Tensors.Tensor<T>> tensors);
static member Concatenate : ReadOnlySpan<System.Numerics.Tensors.Tensor<'T>> -> System.Numerics.Tensors.Tensor<'T>
Public Function Concatenate(Of T) (tensors As ReadOnlySpan(Of Tensor(Of T))) As Tensor(Of T)
Parametry typu
- T
Parametry
- tensors
- ReadOnlySpan<Tensor<T>>
Tensory muszą mieć ten sam kształt, z wyjątkiem wymiaru odpowiadającego osi (pierwszy domyślnie).