Uses of Class
org.apache.sysds.runtime.instructions.spark.SPInstruction
-
Packages that use SPInstruction Package Description org.apache.sysds.resource.cost org.apache.sysds.runtime.instructions org.apache.sysds.runtime.instructions.spark -
-
Uses of SPInstruction in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type SPInstruction Modifier and Type Method Description static void
SparkCostUtils. assignOutputRDDStats(SPInstruction inst, VarStats output, VarStats... inputs)
static double
SparkCostUtils. getBinaryInstTime(SPInstruction inst, VarStats input1, VarStats input2, VarStats output, IOCostUtils.IOMetrics driverMetrics, IOCostUtils.IOMetrics executorMetrics)
double
CostEstimator. 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. -
Uses of SPInstruction in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return SPInstruction Modifier and Type Method Description static SPInstruction
SPInstructionParser. parseSingleInstruction(String str)
static SPInstruction
SPInstructionParser. parseSingleInstruction(InstructionType sptype, String str)
-
Uses of SPInstruction in org.apache.sysds.runtime.instructions.spark
-