Package | Description |
---|---|
org.apache.sysds.parser | |
org.apache.sysds.runtime.controlprogram.paramserv |
Modifier and Type | Method and Description |
---|---|
static Statement.PSFrequency |
Statement.PSFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statement.PSFrequency[] |
Statement.PSFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LocalPSWorker(int workerID,
String updFunc,
Statement.PSFrequency freq,
int epochs,
long batchSize,
ExecutionContext ec,
ParamServer ps) |
SparkPSWorker(String updFunc,
String aggFunc,
Statement.PSFrequency freq,
int epochs,
long batchSize,
String program,
HashMap<String,byte[]> clsMap,
org.apache.spark.SparkConf conf,
int port,
org.apache.spark.util.LongAccumulator aSetup,
org.apache.spark.util.LongAccumulator aWorker,
org.apache.spark.util.LongAccumulator aUpdate,
org.apache.spark.util.LongAccumulator aIndex,
org.apache.spark.util.LongAccumulator aGrad,
org.apache.spark.util.LongAccumulator aRPC,
org.apache.spark.util.LongAccumulator aBatches,
org.apache.spark.util.LongAccumulator aEpochs) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.