Class LinearizerResourceAwareOptimal
java.lang.Object
org.apache.sysds.lops.compile.linearization.IDagLinearizer
org.apache.sysds.lops.compile.linearization.LinearizerResourceAwareOptimal
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LinearizerResourceAwareOptimal
public LinearizerResourceAwareOptimal()
-
-
Method Details
-
linearize
Description copied from class:IDagLinearizerLinearized a DAG of lops into a sequence of lops that preserves all data dependencies.- Specified by:
linearizein classIDagLinearizer- Parameters:
v- roots (outputs) of a DAG of lops- Returns:
- list of lops (input, inner, and outputs)
-