pub fn gpu_batch_process<F>(
ctx: &GpuVisionContext,
images: &[ArrayView2<'_, f32>],
operation: F,
) -> Result<Vec<Array2<f32>>>pub fn gpu_batch_process<F>(
ctx: &GpuVisionContext,
images: &[ArrayView2<'_, f32>],
operation: F,
) -> Result<Vec<Array2<f32>>>