Uses of Class
org.apache.sysds.hops.codegen.cplan.CNodeTpl
Packages that use CNodeTpl
Package
Description
-
Uses of CNodeTpl in org.apache.sysds.hops.codegen.cplan
Subclasses of CNodeTpl in org.apache.sysds.hops.codegen.cplanModifier and TypeClassDescriptionclassclassclassclassMethods in org.apache.sysds.hops.codegen.cplan that return CNodeTpl -
Uses of CNodeTpl in org.apache.sysds.hops.codegen.template
Methods in org.apache.sysds.hops.codegen.template that return CNodeTplModifier and TypeMethodDescriptionCPlanCSERewriter.eliminateCommonSubexpressions(CNodeTpl tpl) CPlanOpRewriter.simplifyCPlan(CNodeTpl tpl) Methods in org.apache.sysds.hops.codegen.template that return types with arguments of type CNodeTplModifier and TypeMethodDescriptionTemplateBase.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) Constructs a single cplan rooted at the given hop, according to the plan given in the memo structure for this particular hop and its recursive inputs.TemplateCell.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) TemplateMultiAgg.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) TemplateOuterProduct.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) TemplateRow.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) Methods in org.apache.sysds.hops.codegen.template with parameters of type CNodeTplModifier and TypeMethodDescriptionstatic booleanTemplateUtils.containsFusedRowVecAgg(CNodeTpl tpl) CPlanCSERewriter.eliminateCommonSubexpressions(CNodeTpl tpl) static booleanTemplateUtils.hasNoOperation(CNodeTpl tpl) static booleanTemplateUtils.hasSingleOperation(CNodeTpl tpl) CPlanOpRewriter.simplifyCPlan(CNodeTpl tpl) -
Uses of CNodeTpl in org.apache.sysds.utils
Methods in org.apache.sysds.utils with parameters of type CNodeTpl