Table of Contents

Interface INDInnerLoop

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll

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

Methods

Execute(void**, long*, long)

void Execute(void** dataptrs, long* strides, long count)

Parameters

dataptrs void**
strides long*
count long