Struct ILKernelGenerator.ScanAxisAux
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
InByteStride
Input byte stride along the scan axis (may be negative for reversed views).
public long InByteStride
Field Value
OutByteStride
Output byte stride along the scan axis.
public long OutByteStride