Skip to main content

syn_expander_batch

Function syn_expander_batch 

Source
pub fn syn_expander_batch(
    src_area_id: &str,
    dst_area_id: &str,
    neuron_locations: &[Position],
    src_dimensions: (usize, usize, usize),
    dst_dimensions: (usize, usize, usize),
) -> BduResult<Vec<Position>>
Expand description

Batch expander for parallel processing (sequential fallback for WASM)