Uses of Class
org.apache.sysds.hops.fedplanner.FederatedMemoTable.HopCommon
Packages that use FederatedMemoTable.HopCommon
-
Uses of FederatedMemoTable.HopCommon in org.apache.sysds.hops.fedplanner
Methods in org.apache.sysds.hops.fedplanner with parameters of type FederatedMemoTable.HopCommonModifier and TypeMethodDescriptionstatic doubleFederatedPlanCostEstimator.computeHopCost(FederatedMemoTable.HopCommon hopCommon) Computes the cost associated with a given Hop node.static voidFederatedPlanCostEstimator.getChildCosts(FederatedMemoTable.HopCommon hopCommon, FederatedMemoTable memoTable, List<Hop> inputHops, double[][] childCumulativeCost, double[] childForwardingCost, List<Hop> lOUTOnlyinputHops, List<Double> lOUTOnlychildCumulativeCost, List<Double> lOUTOnlychildForwardingCost, List<Hop> fOUTOnlyinputHops, List<Double> fOUTOnlychildCumulativeCost, List<Double> fOUTOnlychildForwardingCost) Method parameters in org.apache.sysds.hops.fedplanner with type arguments of type FederatedMemoTable.HopCommonModifier and TypeMethodDescriptionstatic voidFederatedPlanCostEnumerator.enumerateStatementBlock(StatementBlock sb, DMLProgram prog, FederatedMemoTable memoTable, Map<Long, FederatedMemoTable.HopCommon> hopCommonTable, Map<Long, List<Hop>> rewireTable, Map<Long, FTypes.Privacy> privacyConstraintMap, Map<Long, FTypes.FType> fTypeMap, Set<Long> unRefTwriteSet, Set<String> fnStack, int numOfWorkers, Set<Long> visitedHops) Enumerates the statement block and updates the transient and memoization tables.Constructors in org.apache.sysds.hops.fedplanner with parameters of type FederatedMemoTable.HopCommonModifierConstructorDescriptionFedPlanVariants(FederatedMemoTable.HopCommon hopCommon, FEDInstruction.FederatedOutput fedOutType)