Uses of Class
org.apache.sysds.hops.MemoTable
Packages that use MemoTable
-
Uses of MemoTable in org.apache.sysds.hops
Methods in org.apache.sysds.hops with parameters of type MemoTableModifier and TypeMethodDescriptionvoidAggBinaryOp.computeMemEstimate(MemoTable memo) voidFunctionOp.computeMemEstimate(MemoTable memo) voidHop.computeMemEstimate(MemoTable memo) Computes the estimate of memory required to store the input/output of this hop in memory.voidIndexingOp.computeMemEstimate(MemoTable memo) voidLeftIndexingOp.computeMemEstimate(MemoTable memo) voidNaryOp.computeMemEstimate(MemoTable memo) voidParameterizedBuiltinOp.computeMemEstimate(MemoTable memo) voidReorgOp.computeMemEstimate(MemoTable memo) voidUnaryOp.computeMemEstimate(MemoTable memo) voidHop.refreshMemEstimates(MemoTable memo) Recursively computes memory estimates for all the Hops in the DAG rooted at the current hop pointed bythis. -
Uses of MemoTable in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite with parameters of type MemoTableModifier and TypeMethodDescriptionstatic voidHopRewriteUtils.updateHopCharacteristics(Hop hop, int blen, MemoTable memo, Hop src)