Breyta

Deila með


Tensor.Concatenate<T> Method

Definition

public static System.Numerics.Tensors.Tensor<T> Concatenate<T> (scoped ReadOnlySpan<System.Numerics.Tensors.Tensor<T>> tensors, int axis = 0);
static member Concatenate : ReadOnlySpan<System.Numerics.Tensors.Tensor<'T>> * int -> System.Numerics.Tensors.Tensor<'T>
Public Function Concatenate(Of T) (tensors As ReadOnlySpan(Of Tensor(Of T)), Optional axis As Integer = 0) As Tensor(Of T)

Type Parameters

T

Parameters

tensors
ReadOnlySpan<Tensor<T>>
axis
Int32

Returns

Applies to