Uses of Class
org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntry
Packages that use CPlanMemoTable.MemoTableEntry
-
Uses of CPlanMemoTable.MemoTableEntry in org.apache.sysds.hops.codegen.opt
Methods in org.apache.sysds.hops.codegen.opt with parameters of type CPlanMemoTable.MemoTableEntryModifier and TypeMethodDescriptionstatic booleanInterestingPoint.isMatPoint(InterestingPoint[] list, long from, CPlanMemoTable.MemoTableEntry me, boolean[] plan) -
Uses of CPlanMemoTable.MemoTableEntry in org.apache.sysds.hops.codegen.template
Fields in org.apache.sysds.hops.codegen.template with type parameters of type CPlanMemoTable.MemoTableEntryMethods in org.apache.sysds.hops.codegen.template that return CPlanMemoTable.MemoTableEntryModifier and TypeMethodDescriptionTemplateOuterProduct.dropAlternativePlan(CPlanMemoTable memo, CPlanMemoTable.MemoTableEntry me1, CPlanMemoTable.MemoTableEntry me2) CPlanMemoTable.getBest(long hopID) CPlanMemoTable.getBest(long hopID, TemplateBase.TemplateType pref) CPlanMemoTable.getBest(long hopID, TemplateBase.TemplateType pref1, TemplateBase.TemplateType pref2) Methods in org.apache.sysds.hops.codegen.template that return types with arguments of type CPlanMemoTable.MemoTableEntryModifier and TypeMethodDescriptionCPlanMemoTable.get(long hopID) CPlanMemoTable.get(long hopID, TemplateBase.TemplateType type) CPlanMemoTable.getDistinct(long hopID) CPlanMemoTable.getPlans()Methods in org.apache.sysds.hops.codegen.template with parameters of type CPlanMemoTable.MemoTableEntryModifier and TypeMethodDescriptionvoidCPlanMemoTable.add(Hop hop, CPlanMemoTable.MemoTableEntry me) booleanCPlanMemoTable.contains(long hopID, CPlanMemoTable.MemoTableEntry me, TemplateBase.TemplateType type) TemplateOuterProduct.dropAlternativePlan(CPlanMemoTable memo, CPlanMemoTable.MemoTableEntry me1, CPlanMemoTable.MemoTableEntry me2) booleanCPlanMemoTable.MemoTableEntry.equalPlanRefs(CPlanMemoTable.MemoTableEntry that) booleanCPlanMemoTable.MemoTableEntry.subsumes(CPlanMemoTable.MemoTableEntry that) Method parameters in org.apache.sysds.hops.codegen.template with type arguments of type CPlanMemoTable.MemoTableEntryModifier and TypeMethodDescriptionvoidCPlanMemoTable.remove(Hop hop, Set<CPlanMemoTable.MemoTableEntry> excludeList) voidCPlanMemoTable.setDistinct(long hopID, List<CPlanMemoTable.MemoTableEntry> plans)