Uses of Class
org.apache.sysds.runtime.instructions.cp.CPInstruction
-
Packages that use CPInstruction Package Description org.apache.sysds.resource.cost org.apache.sysds.runtime.instructions org.apache.sysds.runtime.instructions.cp org.apache.sysds.runtime.instructions.cpfile -
-
Uses of CPInstruction in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type CPInstruction Modifier and Type Method Description static void
CPCostUtils. assignOutputMemoryStats(CPInstruction inst, VarStats output, VarStats... inputs)
double
CostEstimator. 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 time -
Uses of CPInstruction in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return CPInstruction Modifier and Type Method Description static CPInstruction
CPInstructionParser. parseSingleInstruction(String str)
static CPInstruction
CPInstructionParser. parseSingleInstruction(InstructionType cptype, String str)
-
Uses of CPInstruction in org.apache.sysds.runtime.instructions.cp
-
Uses of CPInstruction in org.apache.sysds.runtime.instructions.cpfile
Subclasses of CPInstruction in org.apache.sysds.runtime.instructions.cpfile Modifier and Type Class Description class
MatrixIndexingCPFileInstruction
This instruction is used if a single partition is too large to fit in memory.
-