Interface INDInnerLoop
Struct-generic inner loop — zero-alloc alternative to
NDInnerLoopFunc. Implementations should be
readonly struct; JIT specializes ExecuteGeneric<TKernel>(TKernel)
per type and inlines the call.
public interface INDInnerLoop
- Extension Methods
Methods
Execute(void**, long*, long)
void Execute(void** dataptrs, long* strides, long count)