Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.parfor.opt |
Modifier and Type | Method and Description |
---|---|
Optimizer.PlanInputType |
OptimizerRuleBased.getPlanInputType() |
Optimizer.PlanInputType |
OptTree.getPlanInputType() |
abstract Optimizer.PlanInputType |
Optimizer.getPlanInputType() |
static Optimizer.PlanInputType |
Optimizer.PlanInputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Optimizer.PlanInputType[] |
Optimizer.PlanInputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OptTree |
OptTreeConverter.createOptTree(int ck,
double cm,
Optimizer.PlanInputType type,
ParForStatementBlock pfsb,
ParForProgramBlock pfpb,
ExecutionContext ec) |
void |
OptTree.setPlanInputType(Optimizer.PlanInputType type) |
Constructor and Description |
---|
OptTree(int ck,
double cm,
Optimizer.PlanInputType type,
OptNode node) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.