Package | Description |
---|---|
org.apache.sysds.runtime.instructions | |
org.apache.sysds.runtime.instructions.cp |
Modifier and Type | Field and Description |
---|---|
static HashMap<String,CPInstruction.CPType> |
CPInstructionParser.String2CPInstructionType |
Modifier and Type | Method and Description |
---|---|
static CPInstruction.CPType |
InstructionUtils.getCPType(String str) |
static CPInstruction.CPType |
InstructionUtils.getCPTypeByOpcode(String opcode) |
Modifier and Type | Method and Description |
---|---|
static CPInstruction |
CPInstructionParser.parseSingleInstruction(CPInstruction.CPType cptype,
String str) |
Modifier and Type | Method and Description |
---|---|
CPInstruction.CPType |
CPInstruction.getCPInstructionType() |
static CPInstruction.CPType |
CPInstruction.CPType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPInstruction.CPType[] |
CPInstruction.CPType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.