Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.parfor.opt |
Modifier and Type | Method and Description |
---|---|
static OptNode.ParamType |
OptNode.ParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptNode.ParamType[] |
OptNode.ParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OptNode.addParam(OptNode.ParamType ptype,
String val) |
String |
OptNode.getParam(OptNode.ParamType type) |
Modifier and Type | Method and Description |
---|---|
void |
OptNode.setParams(HashMap<OptNode.ParamType,String> params) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.