public class PlanSelectionFuseCostBased extends PlanSelection
PlanSelection.VisitMarkCost
Constructor and Description |
---|
PlanSelectionFuseCostBased() |
Modifier and Type | Method and Description |
---|---|
void |
selectPlans(CPlanMemoTable memo,
ArrayList<Hop> roots)
Given a HOP DAG G, and a set of partial fusions plans P, find the set of optimal,
non-conflicting fusion plans P' that applied to G minimizes costs C with
P' = \argmin_{p \subseteq P} C(G, p) s.t.
|
public void selectPlans(CPlanMemoTable memo, ArrayList<Hop> roots)
PlanSelection
selectPlans
in class PlanSelection
memo
- partial fusion plans Proots
- entry points of HOP DAG GCopyright © 2020 The Apache Software Foundation. All rights reserved.