Skip to main content

lookup_overhead

Function lookup_overhead 

Source
pub fn lookup_overhead(
    source_name: &str,
    source_variant: &BTreeMap<String, String>,
    target_name: &str,
    target_variant: &BTreeMap<String, String>,
) -> Option<ReductionOverhead>
Expand description

Look up ReductionOverhead for a direct reduction using ReductionGraph::find_best_entry.