Tensor.Stack 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.
Surcharges
Stack<T>(ReadOnlySpan<Tensor<T>>, TensorSpan<T>) |
Joignez plusieurs Tensor<T> le long d’une nouvelle dimension ajoutée à la position 0. Tous les tenseurs doivent avoir la même forme. |
Stack<T>(ReadOnlySpan<Tensor<T>>) |
Joignez plusieurs Tensor<T> le long d’une nouvelle dimension ajoutée à la position 0. Tous les tenseurs doivent avoir la même forme. |
Stack<T>(ReadOnlySpan<Tensor<T>>, TensorSpan<T>)
- Source:
- TensorExtensions.cs
Joignez plusieurs Tensor<T> le long d’une nouvelle dimension ajoutée à la position 0. Tous les tenseurs doivent avoir la même forme.
public:
generic <typename T>
static System::Numerics::Tensors::TensorSpan<T> ^ Stack(ReadOnlySpan<System::Numerics::Tensors::Tensor<T> ^> % tensors, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Stack<T> (scoped in ReadOnlySpan<System.Numerics.Tensors.Tensor<T>> tensors, in System.Numerics.Tensors.TensorSpan<T> destination);
static member Stack : ReadOnlySpan * TensorSpan -> TensorSpan
Public Function Stack(Of T) (ByRef tensors As ReadOnlySpan(Of Tensor(Of T)), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)
Paramètres de type
- T
Paramètres
- tensors
- ReadOnlySpan<Tensor<T>>
Entrée Tensor<T>.
- destination
- TensorSpan<T>
Retours
S’applique à
Stack<T>(ReadOnlySpan<Tensor<T>>)
- Source:
- TensorExtensions.cs
Joignez plusieurs Tensor<T> le long d’une nouvelle dimension ajoutée à la position 0. Tous les tenseurs doivent avoir la même forme.
public:
generic <typename T>
static System::Numerics::Tensors::Tensor<T> ^ Stack(ReadOnlySpan<System::Numerics::Tensors::Tensor<T> ^> tensors);
public static System.Numerics.Tensors.Tensor<T> Stack<T> (scoped ReadOnlySpan<System.Numerics.Tensors.Tensor<T>> tensors);
static member Stack : ReadOnlySpan<System.Numerics.Tensors.Tensor<'T>> -> System.Numerics.Tensors.Tensor<'T>
Public Function Stack(Of T) (tensors As ReadOnlySpan(Of Tensor(Of T))) As Tensor(Of T)
Paramètres de type
- T
Paramètres
- tensors
- ReadOnlySpan<Tensor<T>>
Entrée Tensor<T>.