Package | Description |
---|---|
org.apache.sysds.runtime.instructions | |
org.apache.sysds.runtime.instructions.fed |
Modifier and Type | Field and Description |
---|---|
static HashMap<String,FEDInstruction.FEDType> |
FEDInstructionParser.String2FEDInstructionType |
Modifier and Type | Method and Description |
---|---|
static FEDInstruction.FEDType |
InstructionUtils.getFEDType(String str) |
Modifier and Type | Method and Description |
---|---|
static FEDInstruction |
FEDInstructionParser.parseSingleInstruction(FEDInstruction.FEDType fedtype,
String str) |
Modifier and Type | Method and Description |
---|---|
FEDInstruction.FEDType |
FEDInstruction.getFEDInstructionType() |
static FEDInstruction.FEDType |
FEDInstruction.FEDType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FEDInstruction.FEDType[] |
FEDInstruction.FEDType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BinaryFEDInstruction(FEDInstruction.FEDType type,
Operator op,
CPOperand in1,
CPOperand in2,
CPOperand in3,
CPOperand out,
String opcode,
String istr) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.