Uses of Class
org.apache.sysds.runtime.instructions.cp.CPInstruction
-
Packages that use CPInstruction Package Description org.apache.sysds.runtime.instructions org.apache.sysds.runtime.instructions.cp org.apache.sysds.runtime.instructions.cpfile -
-
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(CPInstruction.CPType 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.
-