pub fn kernel<F: FnOnce() -> VortexResult<Vector> + Send + 'static>(
f: F,
) -> BatchKernelRefExpand description
Create a batch execution kernel from the given closure.
pub fn kernel<F: FnOnce() -> VortexResult<Vector> + Send + 'static>(
f: F,
) -> BatchKernelRefCreate a batch execution kernel from the given closure.