Table of Contents

Enum InnerLoopKernelKey.KernelFamily

Namespace
NumSharp.Backends.Kernels
Assembly
NumSharp.dll

The ufunc family a key belongs to (selects the string format and op enum).

public enum InnerLoopKernelKey.KernelFamily : byte

Fields

Binary = 1

Binary arithmetic ufunc: npy_binop_{op}{lhs}{rhs}_{result}.

Comparison = 2

Comparison ufunc: npy_cmp_{op}{lhs}{rhs}.

Unary = 3

Unary ufunc: npy_unop_{op}{input}{output}.

ShiftLeft = 4

Left shift: npy_shift_L_{value}_{result}.

ShiftRight = 5

Right shift: npy_shift_R_{value}_{result}.