Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.caching | |
org.apache.sysds.runtime.controlprogram.federated | |
org.apache.sysds.runtime.instructions.fed |
Modifier and Type | Method and Description |
---|---|
FederationMap |
CacheableData.getFedMapping()
Gets the mapping of indices ranges to federated objects.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheableData.setFedMapping(FederationMap fedMapping)
Sets the mapping of indices ranges to federated objects.
|
Modifier and Type | Method and Description |
---|---|
FederationMap |
FederationMap.bind(long rOffset,
long cOffset,
FederationMap that) |
FederationMap |
FederationMap.copyWithNewID() |
FederationMap |
FederationMap.copyWithNewID(long id) |
FederationMap |
FederationMap.copyWithNewID(long id,
long clen) |
static FederationMap |
FederationUtils.federateLocalData(CacheableData<?> data) |
FederationMap |
FederationMap.identCopy(long tid,
long id) |
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 . |
FederationMap |
FederationMap.transpose() |
Modifier and Type | Method and Description |
---|---|
static MatrixBlock |
FederationUtils.aggMatrix(AggregateUnaryOperator aop,
Future<FederatedResponse>[] ffr,
FederationMap map) |
static MatrixBlock |
FederationUtils.aggMean(Future<FederatedResponse>[] ffr,
FederationMap map) |
FederationMap |
FederationMap.bind(long rOffset,
long cOffset,
FederationMap that) |
boolean |
FederationMap.isAligned(FederationMap that,
boolean transposed) |
Modifier and Type | Method and Description |
---|---|
static void |
MultiReturnParameterizedBuiltinFEDInstruction.encodeFederatedFrames(FederationMap fedMapping,
Encoder globalEncoder,
MatrixObject transformedMat) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.