Modifier and Type | Method and Description |
---|---|
ListObject |
ExecutionContext.getListObject(CPOperand input) |
ListObject |
ExecutionContext.getListObject(String name) |
Modifier and Type | Method and Description |
---|---|
static ListObject |
ParamservUtils.accrueGradients(ListObject accGradients,
ListObject gradients,
boolean cleanup)
Accumulate the given gradients into the accrued gradients
|
static ListObject |
ParamservUtils.accrueGradients(ListObject accGradients,
ListObject gradients,
boolean par,
boolean cleanup)
Accumulate the given gradients into the accrued gradients
|
static ListObject |
ParamservUtils.copyList(ListObject lo,
boolean cleanup)
Deep copy the list object
|
ListObject |
ParamServer.getResult() |
abstract ListObject |
ParamServer.pull(int workerID) |
ListObject |
SparkPSProxy.pull(int workerID) |
ListObject |
LocalParamServer.pull(int workerID) |
Modifier and Type | Method and Description |
---|---|
static ListObject |
ParamservUtils.accrueGradients(ListObject accGradients,
ListObject gradients,
boolean cleanup)
Accumulate the given gradients into the accrued gradients
|
static ListObject |
ParamservUtils.accrueGradients(ListObject accGradients,
ListObject gradients,
boolean par,
boolean cleanup)
Accumulate the given gradients into the accrued gradients
|
static void |
ParamservUtils.cleanupListObject(ExecutionContext ec,
ListObject lo) |
static void |
ParamservUtils.cleanupListObject(ExecutionContext ec,
ListObject lo,
boolean[] status) |
static void |
ParamservUtils.cleanupListObject(ListObject lo) |
static ListObject |
ParamservUtils.copyList(ListObject lo,
boolean cleanup)
Deep copy the list object
|
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) |
abstract void |
ParamServer.push(int workerID,
ListObject value) |
void |
SparkPSProxy.push(int workerID,
ListObject value) |
void |
LocalParamServer.push(int workerID,
ListObject gradients) |
Modifier and Type | Method and Description |
---|---|
ListObject |
PSRpcCall.getData() |
ListObject |
PSRpcResponse.getResultModel() |
Constructor and Description |
---|
PSRpcCall(int method,
int workerID,
ListObject data) |
Modifier and Type | Method and Description |
---|---|
ListObject |
ListObject.add(Data dat,
LineageItem li) |
ListObject |
ListObject.add(String name,
Data dat,
LineageItem li) |
ListObject |
ListObject.copy() |
ListObject |
ListObject.remove(int pos)
Removes the element at the specified position from the list
and returns that element as the only element in a new ListObject.
|
ListObject |
ListObject.set(int ix,
Data data) |
ListObject |
ListObject.set(int ix,
Data data,
LineageItem li) |
ListObject |
ListObject.set(int ix1,
int ix2,
ListObject data) |
ListObject |
ListObject.set(String name1,
String name2,
ListObject data) |
ListObject |
ListObject.slice(int ix1,
int ix2) |
ListObject |
ListObject.slice(String name1,
String name2) |
Modifier and Type | Method and Description |
---|---|
ListObject |
ListObject.set(int ix1,
int ix2,
ListObject data) |
ListObject |
ListObject.set(String name1,
String name2,
ListObject data) |
Constructor and Description |
---|
ListObject(ListObject that) |
Modifier and Type | Method and Description |
---|---|
static ListObject |
ListReader.readListFromHDFS(String fname,
String fmtStr,
FileFormatProperties props)
Reads a list object and all contained objects from a folder with related meta data.
|
Modifier and Type | Method and Description |
---|---|
static void |
ListWriter.writeListToHDFS(ListObject lo,
String fname,
String fmtStr,
FileFormatProperties props)
Writes a list object and all contained objects to a folder with related meta data.
|
Constructor and Description |
---|
ListAppendPropagator(ListObject input1,
PrivacyConstraint privacyConstraint1,
ListObject input2,
PrivacyConstraint privacyConstraint2) |
ListRemovePropagator(ListObject list,
PrivacyConstraint listPrivacyConstraint,
ScalarObject removePosition,
PrivacyConstraint removePositionPrivacyConstraint) |
Modifier and Type | Method and Description |
---|---|
static String |
DataConverter.toString(ListObject list,
int rows,
int cols,
boolean sparse,
String separator,
String lineSeparator,
int rowsToPrint,
int colsToPrint,
int decimal) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.