Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.federated | |
org.apache.sysds.runtime.instructions.fed |
Modifier and Type | Class and Description |
---|---|
class |
FederatedLocalData |
Modifier and Type | Method and Description |
---|---|
FederatedData |
FederatedData.copyWithNewID(long varID)
Make a copy of the
FederatedData metadata, but use another varID (refer to another object on worker) |
FederatedData |
FederatedLocalData.copyWithNewID(long varID) |
Modifier and Type | Method and Description |
---|---|
void |
FederationMap.forEachParallel(BiFunction<FederatedRange,FederatedData,Void> forEachFunction)
Execute a function for each
FederatedRange + FederatedData pair. |
FederationMap |
FederationMap.mapParallel(long newVarID,
BiFunction<FederatedRange,FederatedData,Void> mappingFunction)
Execute a function for each
FederatedRange + FederatedData pair mapping the pairs to
their new form by directly changing both FederatedRange and FederatedData . |
Constructor and Description |
---|
FederationMap(long ID,
Map<FederatedRange,FederatedData> fedMap) |
FederationMap(long ID,
Map<FederatedRange,FederatedData> fedMap,
FederationMap.FType type) |
FederationMap(Map<FederatedRange,FederatedData> fedMap) |
Modifier and Type | Method and Description |
---|---|
void |
InitFEDInstruction.federateFrame(FrameObject output,
List<org.apache.commons.lang3.tuple.Pair<FederatedRange,FederatedData>> workers) |
void |
InitFEDInstruction.federateMatrix(MatrixObject output,
List<org.apache.commons.lang3.tuple.Pair<FederatedRange,FederatedData>> workers) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.