kernel

Function kernel 

Source
pub fn kernel<F: FnOnce() -> VortexResult<Vector> + Send + 'static>(
    f: F,
) -> BatchKernelRef
Expand description

Create a batch execution kernel from the given closure.