Uses of Class
org.apache.sysds.runtime.instructions.spark.BinarySPInstruction
-
Packages that use BinarySPInstruction Package Description org.apache.sysds.resource.cost org.apache.sysds.runtime.instructions.fed org.apache.sysds.runtime.instructions.spark -
-
Uses of BinarySPInstruction in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type BinarySPInstruction Modifier and Type Method Description static double
SparkCostUtils. getMatMulInstTime(BinarySPInstruction inst, VarStats input1, VarStats input2, VarStats output, IOCostUtils.IOMetrics driverMetrics, IOCostUtils.IOMetrics executorMetrics)
-
Uses of BinarySPInstruction in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed with parameters of type BinarySPInstruction Modifier and Type Method Description static BinaryFEDInstruction
BinaryFEDInstruction. parseInstruction(BinarySPInstruction inst, ExecutionContext ec)
-
Uses of BinarySPInstruction in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark that return BinarySPInstruction Modifier and Type Method Description static BinarySPInstruction
BinarySPInstruction. parseInstruction(String str)
-