Uses of Enum Class
org.apache.sysds.runtime.instructions.cp.CPInstruction.CPType
Packages that use CPInstruction.CPType
-
Uses of CPInstruction.CPType in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type CPInstruction.CPTypeModifier and TypeMethodDescriptionstatic longCPCostUtils.getInstNFLOP(CPInstruction.CPType instructionType, String opcode, VarStats output, VarStats... inputs) static voidCPCostUtils.inferStats(CPInstruction.CPType instType, String opcode, VarStats output, VarStats... inputs) -
Uses of CPInstruction.CPType in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return CPInstruction.CPTypeModifier and TypeMethodDescriptionCPInstruction.getCPInstructionType()static CPInstruction.CPTypeReturns the enum constant of this class with the specified name.static CPInstruction.CPType[]CPInstruction.CPType.values()Returns an array containing the constants of this enum class, in the order they are declared.