Package | Description |
---|---|
org.apache.sysds.parser | |
org.apache.sysds.runtime.controlprogram.paramserv |
Modifier and Type | Method and Description |
---|---|
static Statement.PSUpdateType |
Statement.PSUpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statement.PSUpdateType[] |
Statement.PSUpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LocalParamServer |
LocalParamServer.create(ListObject model,
String aggFunc,
Statement.PSUpdateType updateType,
Statement.PSFrequency freq,
ExecutionContext ec,
int workerNum,
String valFunc,
int numBatchesPerEpoch,
MatrixObject valFeatures,
MatrixObject valLabels,
int nbatches,
boolean modelAvg) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.