다음을 통해 공유


Tensor.Split<T>(ReadOnlyTensorSpan<T>, Int32, IntPtr) 메서드

정의

지정된 dimension따라 Tensor<T>splitCount 분할합니다. 지정된 dimension 텐서를 균등하게 분할할 수 없는 경우 예외가 throw됩니다.

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

형식 매개 변수

T

매개 변수

splitCount
Int32

tensor 분할할 횟수

dimension
IntPtr

nativeint

분할할 축입니다.

반환

Tensor<T>[]

적용 대상