Uses of Class
org.apache.sysds.runtime.instructions.spark.UnarySPInstruction
-
Packages that use UnarySPInstruction Package Description org.apache.sysds.resource.cost org.apache.sysds.runtime.instructions.fed org.apache.sysds.runtime.instructions.spark -
-
Uses of UnarySPInstruction in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type UnarySPInstruction Modifier and Type Method Description static double
SparkCostUtils. getAggUnaryInstTime(UnarySPInstruction inst, VarStats input, VarStats output, IOCostUtils.IOMetrics executorMetrics)
static double
SparkCostUtils. getReorgInstTime(UnarySPInstruction inst, VarStats input, VarStats output, IOCostUtils.IOMetrics executorMetrics)
static double
SparkCostUtils. getTSMMInstTime(UnarySPInstruction inst, VarStats input, VarStats output, IOCostUtils.IOMetrics driverMetrics, IOCostUtils.IOMetrics executorMetrics)
-
Uses of UnarySPInstruction in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed with parameters of type UnarySPInstruction Modifier and Type Method Description static UnaryFEDInstruction
UnaryFEDInstruction. parseInstruction(UnarySPInstruction inst, ExecutionContext ec)
-
Uses of UnarySPInstruction in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark that return UnarySPInstruction Modifier and Type Method Description static UnarySPInstruction
UnaryMatrixSPInstruction. parseInstruction(String str)
-