Skip to main content

matvec_batch

Function matvec_batch 

Source
pub fn matvec_batch(
    model: &Arc<CmfModel>,
    jobs: &[BatchJob<'_>],
    out: &mut [&mut [f32]],
) -> bool
Expand description

Independent matvecs of one input in a single submission (GDN projections).