Uses of Class
org.apache.sysds.common.InstructionType
-
Packages that use InstructionType Package Description org.apache.sysds.common org.apache.sysds.runtime.instructions -
-
Uses of InstructionType in org.apache.sysds.common
Methods in org.apache.sysds.common that return InstructionType Modifier and Type Method Description InstructionTypeOpcodes. getFedType()InstructionTypeOpcodes. getSpType()InstructionTypeOpcodes. getType()static InstructionTypeOpcodes. getTypeByOpcode(String opcode, Types.ExecType type)static InstructionTypeInstructionType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstructionType[]InstructionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InstructionType in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return InstructionType Modifier and Type Method Description static InstructionTypeInstructionUtils. getCPType(String str)static InstructionTypeInstructionUtils. getCPTypeByOpcode(String opcode)static InstructionTypeInstructionUtils. getFEDType(String str)static InstructionTypeInstructionUtils. getSPType(String str)static InstructionTypeInstructionUtils. getSPTypeByOpcode(String opcode)Methods in org.apache.sysds.runtime.instructions with parameters of type InstructionType Modifier and Type Method Description static CPInstructionCPInstructionParser. parseSingleInstruction(InstructionType cptype, String str)static FEDInstructionFEDInstructionParser. parseSingleInstruction(InstructionType fedtype, String str)static SPInstructionSPInstructionParser. parseSingleInstruction(InstructionType sptype, String str)
-