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 doubleSparkCostUtils. getAggUnaryInstTime(UnarySPInstruction inst, VarStats input, VarStats output, IOCostUtils.IOMetrics executorMetrics)static doubleSparkCostUtils. getReorgInstTime(UnarySPInstruction inst, VarStats input, VarStats output, IOCostUtils.IOMetrics executorMetrics)static doubleSparkCostUtils. 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 UnaryFEDInstructionUnaryFEDInstruction. 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 UnarySPInstructionUnaryMatrixSPInstruction. parseInstruction(String str) 
 -