Uses of Class
org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
-
Packages that use CPInstruction.CPType Package Description org.apache.sysds.runtime.instructions org.apache.sysds.runtime.instructions.cp -
-
Uses of CPInstruction.CPType in org.apache.sysds.runtime.instructions
Fields in org.apache.sysds.runtime.instructions with type parameters of type CPInstruction.CPType Modifier and Type Field Description static HashMap<String,CPInstruction.CPType>
CPInstructionParser. String2CPInstructionType
Methods in org.apache.sysds.runtime.instructions that return CPInstruction.CPType Modifier and Type Method Description static CPInstruction.CPType
InstructionUtils. getCPType(String str)
static CPInstruction.CPType
InstructionUtils. getCPTypeByOpcode(String opcode)
Methods in org.apache.sysds.runtime.instructions with parameters of type CPInstruction.CPType Modifier and Type Method Description static CPInstruction
CPInstructionParser. parseSingleInstruction(CPInstruction.CPType cptype, String str)
-
Uses of CPInstruction.CPType in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return CPInstruction.CPType Modifier and Type Method Description CPInstruction.CPType
CPInstruction. getCPInstructionType()
static CPInstruction.CPType
CPInstruction.CPType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CPInstruction.CPType[]
CPInstruction.CPType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-