Bewerken

Delen via


Tensor.Split<T>(ReadOnlyTensorSpan<T>, IntPtr, IntPtr) Method

Definition

public:
generic <typename T>
 static cli::array <System::Numerics::Tensors::Tensor<T> ^> ^ Split(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % input, IntPtr numSplits, IntPtr axis);
public static System.Numerics.Tensors.Tensor<T>[] Split<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> input, IntPtr numSplits, IntPtr axis);
static member Split : ReadOnlyTensorSpan * nativeint * nativeint -> System.Numerics.Tensors.Tensor<'T>[]
Public Function Split(Of T) (ByRef input As ReadOnlyTensorSpan(Of T), numSplits As IntPtr, axis As IntPtr) As Tensor(Of T)()

Type Parameters

T

Parameters

numSplits
IntPtr

nativeint

axis
IntPtr

nativeint

Returns

Tensor<T>[]

Applies to