Delegate UnaryKernel
Unary operation kernel signature using void pointers. Handles operations where input and output may have different types. Type conversion is handled internally by the generated IL.
public delegate void UnaryKernel(void* input, void* output, long* strides, long* shape, int ndim, long totalSize)