public abstract class PlanSelection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PlanSelection.VisitMarkCost |
Constructor and Description |
---|
PlanSelection() |
Modifier and Type | Method and Description |
---|---|
abstract 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 abstract void selectPlans(CPlanMemoTable memo, ArrayList<Hop> roots)
memo
- partial fusion plans Proots
- entry points of HOP DAG GCopyright © 2020 The Apache Software Foundation. All rights reserved.