pub fn matvec_batch( model: &Arc<CmfModel>, jobs: &[BatchJob<'_>], out: &mut [&mut [f32]], ) -> bool
Independent matvecs of one input in a single submission (GDN projections).