Uses of Enum Class
org.apache.sysds.runtime.instructions.gpu.GPUInstruction.GPUINSTRUCTION_TYPE
Packages that use GPUInstruction.GPUINSTRUCTION_TYPE
-
Uses of GPUInstruction.GPUINSTRUCTION_TYPE in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return GPUInstruction.GPUINSTRUCTION_TYPEMethods in org.apache.sysds.runtime.instructions with parameters of type GPUInstruction.GPUINSTRUCTION_TYPEModifier and TypeMethodDescriptionstatic GPUInstructionGPUInstructionParser.parseSingleInstruction(GPUInstruction.GPUINSTRUCTION_TYPE gputype, String str) -
Uses of GPUInstruction.GPUINSTRUCTION_TYPE in org.apache.sysds.runtime.instructions.gpu
Methods in org.apache.sysds.runtime.instructions.gpu that return GPUInstruction.GPUINSTRUCTION_TYPEModifier and TypeMethodDescriptionGPUInstruction.getGPUInstructionType()Returns the enum constant of this class with the specified name.static GPUInstruction.GPUINSTRUCTION_TYPE[]GPUInstruction.GPUINSTRUCTION_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.