Class LinearizerPipelineAware
java.lang.Object
org.apache.sysds.lops.compile.linearization.IDagLinearizer
org.apache.sysds.lops.compile.linearization.LinearizerPipelineAware
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LinearizerPipelineAware
public LinearizerPipelineAware()
-
-
Method Details
-
linearize
Sort lops depth-first while assigning the nodes to pipelines- Specified by:
linearizein classIDagLinearizer- Parameters:
v- List of lops to sort- Returns:
- Sorted list of lops with set _pipelineID on the Lop Object
-