Package | Description |
---|---|
org.apache.sysds.runtime.instructions | |
org.apache.sysds.runtime.instructions.spark |
Modifier and Type | Field and Description |
---|---|
static HashMap<String,SPInstruction.SPType> |
SPInstructionParser.String2SPInstructionType |
Modifier and Type | Method and Description |
---|---|
static SPInstruction.SPType |
InstructionUtils.getSPType(String str) |
static SPInstruction.SPType |
InstructionUtils.getSPTypeByOpcode(String opcode) |
Modifier and Type | Method and Description |
---|---|
static SPInstruction |
SPInstructionParser.parseSingleInstruction(SPInstruction.SPType sptype,
String str) |
Modifier and Type | Method and Description |
---|---|
SPInstruction.SPType |
SPInstruction.getSPInstructionType() |
static SPInstruction.SPType |
SPInstruction.SPType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPInstruction.SPType[] |
SPInstruction.SPType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.