Package | Description |
---|---|
org.apache.sysds.hops.cost |
Modifier and Type | Method and Description |
---|---|
List<HopRel> |
HopRel.getInputDependency() |
Modifier and Type | Method and Description |
---|---|
FederatedCost |
FederatedCostEstimator.costEstimate(HopRel root,
Map<Long,List<HopRel>> hopRelMemo)
Return cost estimate in bytes of Hop DAG starting from given root HopRel.
|
Modifier and Type | Method and Description |
---|---|
FederatedCost |
FederatedCostEstimator.costEstimate(HopRel root,
Map<Long,List<HopRel>> hopRelMemo)
Return cost estimate in bytes of Hop DAG starting from given root HopRel.
|
Constructor and Description |
---|
HopRel(Hop associatedHop,
FEDInstruction.FederatedOutput fedOut,
Map<Long,List<HopRel>> hopRelMemo)
Constructs a HopRel with input dependency and cost estimate based on entries in hopRelMemo.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.