Skip to main content

prepare_slice_graph_with_scratch

Function prepare_slice_graph_with_scratch 

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

Prepare backward-slice graph buffers using caller-owned scratch.