Class PlanAnalyzer
java.lang.Object
org.apache.sysds.hops.codegen.opt.PlanAnalyzer
Utility functions to extract structural information from the memo table,
including connected components (aka partitions) of partial fusion plans,
materialization points of partitions, and root nodes of partitions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<PlanPartition>analyzePlanPartitions(CPlanMemoTable memo, ArrayList<Hop> roots, boolean ext)
-
Constructor Details
-
PlanAnalyzer
public PlanAnalyzer()
-
-
Method Details
-
analyzePlanPartitions
public static Collection<PlanPartition> analyzePlanPartitions(CPlanMemoTable memo, ArrayList<Hop> roots, boolean ext)
-