Uses of Class
org.apache.sysds.hops.codegen.opt.InterestingPoint
Packages that use InterestingPoint
-
Uses of InterestingPoint in org.apache.sysds.hops.codegen.opt
Fields in org.apache.sysds.hops.codegen.opt declared as InterestingPointMethods in org.apache.sysds.hops.codegen.opt that return InterestingPointModifier and TypeMethodDescriptionPlanPartition.getMatPointsExt()ReachabilityGraph.getSortedSearchSpace()Methods in org.apache.sysds.hops.codegen.opt with parameters of type InterestingPointModifier and TypeMethodDescriptionstatic booleanInterestingPoint.isMatPoint(InterestingPoint[] list, long from, long to) static booleanInterestingPoint.isMatPoint(InterestingPoint[] list, long from, CPlanMemoTable.MemoTableEntry me, boolean[] plan) voidPlanPartition.setMatPointsExt(InterestingPoint[] points) Constructors in org.apache.sysds.hops.codegen.opt with parameters of type InterestingPointModifierConstructorDescriptionPlanPartition(HashSet<Long> P, HashSet<Long> R, HashSet<Long> I, HashSet<Long> Pnpc, ArrayList<Long> M, InterestingPoint[] Mext, boolean hasOuter) SubProblem(int off, int[] pos, InterestingPoint[] mat) -
Uses of InterestingPoint in org.apache.sysds.hops.codegen.template
Methods in org.apache.sysds.hops.codegen.template with parameters of type InterestingPointModifier and TypeMethodDescriptionvoidCPlanMemoTable.pruneRedundant(long hopID, boolean pruneDominated, InterestingPoint[] matPoints)