Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.parfor.opt |
Modifier and Type | Method and Description |
---|---|
OptNode.ExecType |
OptNode.getExecType() |
static OptNode.ExecType |
OptNode.ExecType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptNode.ExecType[] |
OptNode.ExecType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<OptNode> |
OptNode.getNodeList(OptNode.ExecType et) |
void |
OptNode.setExecType(OptNode.ExecType type) |
Constructor and Description |
---|
OptNode(OptNode.NodeType ntype,
OptNode.ExecType etype) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.