Enum InnerLoopKernelKey.KernelFamily
The ufunc family a key belongs to (selects the string format and op enum).
public enum InnerLoopKernelKey.KernelFamily : byte
Fields
Binary = 1Binary arithmetic ufunc:
npy_binop_{op}{lhs}{rhs}_{result}.Comparison = 2Comparison ufunc:
npy_cmp_{op}{lhs}{rhs}.Unary = 3Unary ufunc:
npy_unop_{op}{input}{output}.ShiftLeft = 4Left shift:
npy_shift_L_{value}_{result}.ShiftRight = 5Right shift:
npy_shift_R_{value}_{result}.