Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.parfor.opt |
Modifier and Type | Field and Description |
---|---|
static CostEstimator.DataFormat |
OptNodeStatistics.DEFAULT_DATAFORMAT |
Modifier and Type | Method and Description |
---|---|
CostEstimator.DataFormat |
OptNodeStatistics.getDataFormat() |
static CostEstimator.DataFormat |
CostEstimator.DataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CostEstimator.DataFormat[] |
CostEstimator.DataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OptNodeStatistics.setDataFormat(CostEstimator.DataFormat df) |
Constructor and Description |
---|
OptNodeStatistics(long dim1,
long dim2,
long dim3,
long dim4,
double sparsity,
CostEstimator.DataFormat df) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.