Uses of Class
org.apache.sysds.resource.cost.CostEstimationException
Packages that use CostEstimationException
-
Uses of CostEstimationException in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost that throw CostEstimationExceptionModifier and TypeMethodDescriptionstatic doubleCostEstimator.estimateExecutionTime(Program program, CloudInstance driverNode, CloudInstance executorNode) Entry point for estimating the execution time of a program.doubleCostEstimator.getTimeEstimate()doubleCostEstimator.getTimeEstimateCPInst(CPInstruction inst) Estimates the execution time of a single CP instruction following the formula C(p) = T_w + max(T_r, T_c) with: T_w - instruction write (to mem.) time T_r - instruction read (to mem.) time T_c - instruction compute timedoubleCostEstimator.getTimeEstimateInst(Instruction inst) doubleCostEstimator.parseSPInst(SPInstruction inst) Parse a Spark instruction, and it stores the corresponding cost for computing the output variable in the RDD statistics' object related to that variable.