Table of Contents

Delegate DirectILKernelGenerator.CastKernel

Namespace
NumSharp.Backends.Kernels
Assembly
NumSharp.dll

Cross-dtype contiguous copy kernel. Both src and dst must be contiguous.

public delegate void DirectILKernelGenerator.CastKernel(void* src, void* dst, long count)

Parameters

src void*
Cross-dtype contiguous copy kernel. Both src and dst must be contiguous.
dst void*
Cross-dtype contiguous copy kernel. Both src and dst must be contiguous.
count long
Cross-dtype contiguous copy kernel. Both src and dst must be contiguous.
Extension Methods