Uses of Class
org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
- 
Packages that use GPUInstruction.GPUINSTRUCTION_TYPE Package Description org.apache.sysds.runtime.instructions org.apache.sysds.runtime.instructions.gpu 
- 
- 
Uses of GPUInstruction.GPUINSTRUCTION_TYPE in org.apache.sysds.runtime.instructionsMethods in org.apache.sysds.runtime.instructions that return GPUInstruction.GPUINSTRUCTION_TYPE Modifier and Type Method Description static GPUInstruction.GPUINSTRUCTION_TYPEInstructionUtils. getGPUType(String str)Methods in org.apache.sysds.runtime.instructions with parameters of type GPUInstruction.GPUINSTRUCTION_TYPE Modifier and Type Method Description static GPUInstructionGPUInstructionParser. parseSingleInstruction(GPUInstruction.GPUINSTRUCTION_TYPE gputype, String str)
- 
Uses of GPUInstruction.GPUINSTRUCTION_TYPE in org.apache.sysds.runtime.instructions.gpuMethods in org.apache.sysds.runtime.instructions.gpu that return GPUInstruction.GPUINSTRUCTION_TYPE Modifier and Type Method Description GPUInstruction.GPUINSTRUCTION_TYPEGPUInstruction. getGPUInstructionType()static GPUInstruction.GPUINSTRUCTION_TYPEGPUInstruction.GPUINSTRUCTION_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static GPUInstruction.GPUINSTRUCTION_TYPE[]GPUInstruction.GPUINSTRUCTION_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-