Uses of Enum Class
org.apache.sysds.common.InstructionType
Packages that use InstructionType
-
Uses of InstructionType in org.apache.sysds.common
Methods in org.apache.sysds.common that return InstructionTypeModifier and TypeMethodDescriptionOpcodes.getFedType()Opcodes.getOocType()Opcodes.getSpType()Opcodes.getType()static InstructionTypeOpcodes.getTypeByOpcode(String opcode, Types.ExecType type) static InstructionTypeReturns the enum constant of this class with the specified name.static InstructionType[]InstructionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InstructionType in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return InstructionTypeModifier and TypeMethodDescriptionstatic InstructionTypestatic InstructionTypeInstructionUtils.getCPTypeByOpcode(String opcode) static InstructionTypeInstructionUtils.getFEDType(String str) static InstructionTypeInstructionUtils.getOOCType(String str) static InstructionTypestatic InstructionTypeInstructionUtils.getSPTypeByOpcode(String opcode) Methods in org.apache.sysds.runtime.instructions with parameters of type InstructionTypeModifier and TypeMethodDescriptionstatic CPInstructionCPInstructionParser.parseSingleInstruction(InstructionType cptype, String str) static FEDInstructionFEDInstructionParser.parseSingleInstruction(InstructionType fedtype, String str) static OOCInstructionOOCInstructionParser.parseSingleInstruction(InstructionType ooctype, String str) static SPInstructionSPInstructionParser.parseSingleInstruction(InstructionType sptype, String str)