Uses of Class
org.apache.sysds.hops.fedplanner.FederatedMemoTable
-
Packages that use FederatedMemoTable Package Description org.apache.sysds.hops.fedplanner -
-
Uses of FederatedMemoTable in org.apache.sysds.hops.fedplanner
Methods in org.apache.sysds.hops.fedplanner with parameters of type FederatedMemoTable Modifier and Type Method Description static void
FederatedPlanCostEstimator. computeFederatedPlanCost(FederatedMemoTable.FedPlan currentPlan, FederatedMemoTable memoTable)
Computes total cost of federated plan by: 1.static void
FederatedMemoTablePrinter. printFedPlanTree(FederatedMemoTable.FedPlan rootFedPlan, FederatedMemoTable memoTable, double additionalTotalCost)
Recursively prints a tree representation of the DAG starting from the given root FedPlan.static LinkedHashMap<FederatedMemoTable.FedPlan,Boolean>
FederatedPlanCostEstimator. resolveConflictFedPlan(FederatedMemoTable memoTable, LinkedHashMap<Long,List<FederatedMemoTable.FedPlan>> conflictFedPlanLinkedMap, double[] cumulativeAdditionalCost)
Resolves conflicts in federated plans where different plans have different FederatedOutput types.
-