Uses of Class
org.apache.sysds.hops.fedplanner.FederatedMemoTable.HopCommon
-
Packages that use FederatedMemoTable.HopCommon Package Description org.apache.sysds.hops.fedplanner -
-
Uses of FederatedMemoTable.HopCommon in org.apache.sysds.hops.fedplanner
Methods in org.apache.sysds.hops.fedplanner with parameters of type FederatedMemoTable.HopCommon Modifier and Type Method Description static double
FederatedPlanCostEstimator. computeHopCost(FederatedMemoTable.HopCommon hopCommon)
Computes the cost associated with a given Hop node.static void
FederatedPlanCostEstimator. getChildCosts(FederatedMemoTable.HopCommon hopCommon, FederatedMemoTable memoTable, List<Hop> inputHops, double[][] childCumulativeCost, double[] childForwardingCost)
Constructors in org.apache.sysds.hops.fedplanner with parameters of type FederatedMemoTable.HopCommon Constructor Description FedPlanVariants(FederatedMemoTable.HopCommon hopCommon, FEDInstruction.FederatedOutput fedOutType)
-