Comparteix a través de


Tensor.Split<T>(ReadOnlyTensorSpan<T>, Int32, IntPtr) Método

Definición

Divida un Tensor<T> en splitCount a lo largo del dimensionespecificado. Si el tensor no se puede dividir uniformemente en el dimension se produce una excepción.

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)()

Parámetros de tipo

T

Parámetros

splitCount
Int32

Cuántas veces dividir el tensor

dimension
IntPtr

nativeint

Eje en el que se va a dividir.

Devoluciones

Tensor<T>[]

Se aplica a