Delegate CumulativeKernel
Delegate for cumulative reduction kernels (cumsum, etc.). Output has same shape as input.
public delegate void CumulativeKernel(void* input, void* output, long* strides, long* shape, int ndim, long totalSize)
Delegate for cumulative reduction kernels (cumsum, etc.). Output has same shape as input.
public delegate void CumulativeKernel(void* input, void* output, long* strides, long* shape, int ndim, long totalSize)