Class ILinearize
- java.lang.Object
-
- org.apache.sysds.lops.compile.linearization.ILinearize
-
public class ILinearize extends Object
A interface for the linearization algorithms that order the DAG nodes into a sequence of instructions to execute. https://en.wikipedia.org/wiki/Linearizability#Linearization_points
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ILinearize.DagLinearization
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.logging.Log
LOG
-
Constructor Summary
Constructors Constructor Description ILinearize()
-