Table of Contents

Delegate NDIterInnerLoopFunc

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll

Inner loop kernel called by iterator.

public delegate void NDIterInnerLoopFunc(void** dataptrs, long* strides, long count, void* auxdata)

Parameters

dataptrs void**
Inner loop kernel called by iterator.
strides long*
Inner loop kernel called by iterator.
count long
Inner loop kernel called by iterator.
auxdata void*
Inner loop kernel called by iterator.
Extension Methods