Package | Description |
---|---|
org.apache.sysds.hops | |
org.apache.sysds.hops.rewrite |
Modifier and Type | Method and Description |
---|---|
void |
AggBinaryOp.computeMemEstimate(MemoTable memo) |
void |
Hop.computeMemEstimate(MemoTable memo)
Computes the estimate of memory required to store the input/output of this hop in memory.
|
void |
IndexingOp.computeMemEstimate(MemoTable memo) |
void |
NaryOp.computeMemEstimate(MemoTable memo) |
void |
UnaryOp.computeMemEstimate(MemoTable memo) |
void |
LeftIndexingOp.computeMemEstimate(MemoTable memo) |
void |
FunctionOp.computeMemEstimate(MemoTable memo) |
void |
Hop.refreshMemEstimates(MemoTable memo)
Recursively computes memory estimates for all the Hops in the DAG rooted at the
current hop pointed by
this . |
Modifier and Type | Method and Description |
---|---|
static void |
HopRewriteUtils.updateHopCharacteristics(Hop hop,
int blen,
MemoTable memo,
Hop src) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.