Skip to main content

prepare_slice_graph_into

Function prepare_slice_graph_into 

Source
pub fn prepare_slice_graph_into(
    graph: &mut FixedPointForwardGraph,
    node_count: u32,
    edge_offsets: &[u32],
    edge_targets: &[u32],
    edge_kind_mask: &[u32],
) -> Result<(), String>
Expand description

Repack backward-slice graph buffers into an existing prepared graph.