Delegate SelectFusedKernel
Fused np.select kernel. conds is n boolean base pointers,
choices is n choice base pointers (all the result dtype,
C-contiguous, full result size). defPtr is the default — a single
element when the kernel was generated for a scalar default, otherwise a full-size
array. result is C-contiguous of count elements.
public delegate void SelectFusedKernel(bool** conds, void** choices, void* defPtr, void* result, long count)
Parameters
condsbool**- Fused np.select kernel. conds is n boolean base pointers, choices is n choice base pointers (all the result dtype, C-contiguous, full result size). defPtr is the default — a single element when the kernel was generated for a scalar default, otherwise a full-size array. result is C-contiguous of count elements.
choicesvoid**- Fused np.select kernel. conds is n boolean base pointers, choices is n choice base pointers (all the result dtype, C-contiguous, full result size). defPtr is the default — a single element when the kernel was generated for a scalar default, otherwise a full-size array. result is C-contiguous of count elements.
defPtrvoid*- Fused np.select kernel. conds is n boolean base pointers, choices is n choice base pointers (all the result dtype, C-contiguous, full result size). defPtr is the default — a single element when the kernel was generated for a scalar default, otherwise a full-size array. result is C-contiguous of count elements.
resultvoid*- Fused np.select kernel. conds is n boolean base pointers, choices is n choice base pointers (all the result dtype, C-contiguous, full result size). defPtr is the default — a single element when the kernel was generated for a scalar default, otherwise a full-size array. result is C-contiguous of count elements.
countlong- Fused np.select kernel. conds is n boolean base pointers, choices is n choice base pointers (all the result dtype, C-contiguous, full result size). defPtr is the default — a single element when the kernel was generated for a scalar default, otherwise a full-size array. result is C-contiguous of count elements.