Uses of Class
org.apache.sysds.runtime.controlprogram.parfor.opt.OptNode
Packages that use OptNode
-
Uses of OptNode in org.apache.sysds.runtime.controlprogram.parfor.opt
Methods in org.apache.sysds.runtime.controlprogram.parfor.opt that return OptNodeModifier and TypeMethodDescriptionOptTreePlanMapping.getOptNode(long id) OptTree.getRoot()static OptNodeOptTreeConverter.rCreateAbstractOptNode(StatementBlock sb, ProgramBlock pb, LocalVariableMap vars, boolean topLevel, OptTreePlanMapping hlMap, Set<String> memo) Methods in org.apache.sysds.runtime.controlprogram.parfor.opt that return types with arguments of type OptNodeModifier and TypeMethodDescriptionOptTreeConverter.createAbstractOptNodes(ArrayList<Hop> hops, LocalVariableMap vars, OptTreePlanMapping hlMap, Set<String> memo) OptNode.getChilds()OptNode.getNodeList()OptNode.getNodeList(OptNode.ExecType et) OptNode.getRelevantNodeList()OptTreeConverter.rCreateAbstractOptNodes(Hop hop, LocalVariableMap vars, OptTreePlanMapping hlMap, Set<String> memo) Methods in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type OptNodeModifier and TypeMethodDescriptionvoidbooleanOptNode.exchangeChild(OptNode oldNode, OptNode newNode) doubleCostEstimator.getEstimate(CostEstimator.TestMeasure measure, OptNode node) Main estimation method.doubleCostEstimator.getEstimate(CostEstimator.TestMeasure measure, OptNode node, boolean inclCondPart) doubleCostEstimator.getEstimate(CostEstimator.TestMeasure measure, OptNode node, boolean inclCondPart, Collection<String> vars, CostEstimator.ExcludeType extype) doubleCostEstimator.getEstimate(CostEstimator.TestMeasure measure, OptNode node, Types.ExecType et) Main estimation method.abstract doubleCostEstimator.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node) Main leaf node estimation method - to be overwritten by specific cost estimatorsabstract doubleCostEstimator.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node, Types.ExecType et) Main leaf node estimation method - to be overwritten by specific cost estimatorsdoubleCostEstimatorHops.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node) doubleCostEstimatorHops.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node, Types.ExecType et) doubleCostEstimatorRuntime.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node) doubleCostEstimatorRuntime.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node, Types.ExecType et) longOptTreePlanMapping.putHopMapping(Hop hops, OptNode n) longOptTreePlanMapping.putProgMapping(StatementBlock sb, ProgramBlock pb, OptNode n) voidOptTreePlanMapping.replaceMapping(ProgramBlock pb, OptNode n) static voidOptTreeConverter.replaceProgramBlock(OptNode parent, OptNode n, ProgramBlock pbOld, ProgramBlock pbNew, OptTreePlanMapping hlMap) voidMethod parameters in org.apache.sysds.runtime.controlprogram.parfor.opt with type arguments of type OptNodeModifier and TypeMethodDescriptionvoidvoidConstructors in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type OptNode