Package org.apache.sysds.hops.fedplanner
Class FederatedPlannerFedAll
- java.lang.Object
- 
- org.apache.sysds.hops.fedplanner.AFederatedPlanner
- 
- org.apache.sysds.hops.fedplanner.FederatedPlannerFedAll
 
 
- 
- Direct Known Subclasses:
- FederatedPlannerFedHeuristic
 
 public class FederatedPlannerFedAll extends AFederatedPlanner Baseline federated planner that compiles all hops that support federated execution on federated inputs to forced federated operations.
- 
- 
Constructor SummaryConstructors Constructor Description FederatedPlannerFedAll()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrewriteProgram(DMLProgram prog, FunctionCallGraph fgraph, FunctionCallSizeInfo fcallSizes)Selects a federated execution plan for the given program by setting the forced execution type.
 
- 
- 
- 
Method Detail- 
rewriteProgrampublic void rewriteProgram(DMLProgram prog, FunctionCallGraph fgraph, FunctionCallSizeInfo fcallSizes) Description copied from class:AFederatedPlannerSelects a federated execution plan for the given program by setting the forced execution type.- Specified by:
- rewriteProgramin class- AFederatedPlanner
- Parameters:
- prog- dml program
- fgraph- function call graph
- fcallSizes- function call graph sizes
 
 
- 
 
-