Table of Contents

Struct ILKernelGenerator.ScanAxisAux

Namespace
NumSharp.Backends.Kernels
Assembly
NumSharp.dll

Scan-axis geometry passed to a cumulative inner-loop kernel via auxdata. Byte strides + element count for the (removed) scan axis; the iterator supplies the per-operand byte strides for the remaining innermost axis through the kernel's strides argument.

public struct ILKernelGenerator.ScanAxisAux
Inherited Members
Extension Methods

Fields

AxisLen

Scan-axis length (number of elements accumulated per line).

public long AxisLen

Field Value

long

InByteStride

Input byte stride along the scan axis (may be negative for reversed views).

public long InByteStride

Field Value

long

OutByteStride

Output byte stride along the scan axis.

public long OutByteStride

Field Value

long