Uses of Enum Class
org.apache.sysds.runtime.instructions.fed.FEDInstruction.FederatedOutput
Packages that use FEDInstruction.FederatedOutput
Package
Description
-
Uses of FEDInstruction.FederatedOutput in org.apache.sysds.hops
Fields in org.apache.sysds.hops with type parameters of type FEDInstruction.FederatedOutputModifier and TypeFieldDescriptionstatic Map<Integer,FEDInstruction.FederatedOutput> OptimizerUtils.FEDERATED_SPECSMethods in org.apache.sysds.hops that return FEDInstruction.FederatedOutputMethods in org.apache.sysds.hops with parameters of type FEDInstruction.FederatedOutputModifier and TypeMethodDescriptionvoidHop.setFederatedOutput(FEDInstruction.FederatedOutput federatedOutput) voidHop.updateLopFedOut(Lop lop, Types.ExecType execType, FEDInstruction.FederatedOutput fedOut) -
Uses of FEDInstruction.FederatedOutput in org.apache.sysds.hops.fedplanner
Methods in org.apache.sysds.hops.fedplanner that return FEDInstruction.FederatedOutputModifier and TypeMethodDescriptionFederatedMemoTable.FedPlan.getFedOutType()FederatedMemoTable.FedPlanVariants.getFedOutType()Methods in org.apache.sysds.hops.fedplanner that return types with arguments of type FEDInstruction.FederatedOutputModifier and TypeMethodDescriptionList<org.apache.commons.lang3.tuple.Pair<Long,FEDInstruction.FederatedOutput>> FederatedMemoTable.FedPlan.getChildFedPlans()Methods in org.apache.sysds.hops.fedplanner with parameters of type FEDInstruction.FederatedOutputModifier and TypeMethodDescriptionvoidFederatedMemoTable.addFedPlanVariants(long hopID, FEDInstruction.FederatedOutput fedOutType, FederatedMemoTable.FedPlanVariants fedPlanVariants) booleanFederatedMemoTable.contains(long hopID, FEDInstruction.FederatedOutput fedOutType) FederatedMemoTable.getFedPlanAfterPrune(long hopID, FEDInstruction.FederatedOutput federatedOutput) voidFederatedMemoTable.FedPlan.setFederatedOutput(FEDInstruction.FederatedOutput fedOutType) Method parameters in org.apache.sysds.hops.fedplanner with type arguments of type FEDInstruction.FederatedOutputModifier and TypeMethodDescriptionFederatedMemoTable.getFedPlanAfterPrune(org.apache.commons.lang3.tuple.Pair<Long, FEDInstruction.FederatedOutput> fedPlanPair) FederatedMemoTable.getFedPlanVariants(org.apache.commons.lang3.tuple.Pair<Long, FEDInstruction.FederatedOutput> fedPlanPair) static voidFederatedPlannerLogger.logNullChildPlanDebug(org.apache.commons.lang3.tuple.Pair<Long, FEDInstruction.FederatedOutput> childFedPlanPair, FederatedMemoTable.FedPlan optimalPlan, FederatedMemoTable memoTable) Logs detailed null child plan debugging informationConstructors in org.apache.sysds.hops.fedplanner with parameters of type FEDInstruction.FederatedOutputModifierConstructorDescriptionFedPlanVariants(FederatedMemoTable.HopCommon hopCommon, FEDInstruction.FederatedOutput fedOutType) Constructor parameters in org.apache.sysds.hops.fedplanner with type arguments of type FEDInstruction.FederatedOutputModifierConstructorDescriptionFedPlan(double cumulativeCost, FederatedMemoTable.FedPlanVariants fedPlanVariants, List<org.apache.commons.lang3.tuple.Pair<Long, FEDInstruction.FederatedOutput>> childFedPlans) -
Uses of FEDInstruction.FederatedOutput in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return FEDInstruction.FederatedOutputMethods in org.apache.sysds.lops with parameters of type FEDInstruction.FederatedOutputModifier and TypeMethodDescriptionvoidLop.setFederatedOutput(FEDInstruction.FederatedOutput fedOutput) -
Uses of FEDInstruction.FederatedOutput in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed that return FEDInstruction.FederatedOutputModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FEDInstruction.FederatedOutput[]FEDInstruction.FederatedOutput.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.runtime.instructions.fed with parameters of type FEDInstruction.FederatedOutputModifierConstructorDescriptionAggregateBinaryFEDInstruction(Operator op, CPOperand in1, CPOperand in2, CPOperand out, String opcode, String istr, FEDInstruction.FederatedOutput fedOut) QuantilePickFEDInstruction(Operator op, CPOperand in, CPOperand in2, CPOperand out, PickByCount.OperationTypes type, boolean inmem, String opcode, String istr, FEDInstruction.FederatedOutput fedOut) ReorgFEDInstruction(Operator op, CPOperand in1, CPOperand out, String opcode, String istr, FEDInstruction.FederatedOutput fedOut) TsmmFEDInstruction(CPOperand in, CPOperand out, MMTSJ.MMTSJType type, int k, String opcode, String istr, FEDInstruction.FederatedOutput fedOut)