Uses of Class
org.apache.sysds.runtime.instructions.Instruction.IType
- 
- 
Uses of Instruction.IType in org.apache.sysds.runtime.instructionsMethods in org.apache.sysds.runtime.instructions that return Instruction.IType Modifier and Type Method Description abstract Instruction.ITypeInstruction. getType()static Instruction.ITypeInstruction.IType. valueOf(String name)Returns the enum constant of this type with the specified name.static Instruction.IType[]Instruction.IType. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of Instruction.IType in org.apache.sysds.runtime.instructions.cpMethods in org.apache.sysds.runtime.instructions.cp that return Instruction.IType Modifier and Type Method Description Instruction.ITypeCPInstruction. getType()
- 
Uses of Instruction.IType in org.apache.sysds.runtime.instructions.fedMethods in org.apache.sysds.runtime.instructions.fed that return Instruction.IType Modifier and Type Method Description Instruction.ITypeFEDInstruction. getType()
- 
Uses of Instruction.IType in org.apache.sysds.runtime.instructions.gpuMethods in org.apache.sysds.runtime.instructions.gpu that return Instruction.IType Modifier and Type Method Description Instruction.ITypeGPUInstruction. getType()
- 
Uses of Instruction.IType in org.apache.sysds.runtime.instructions.sparkMethods in org.apache.sysds.runtime.instructions.spark that return Instruction.IType Modifier and Type Method Description Instruction.ITypeSPInstruction. getType()
 
-