Class AWTreeNode

java.lang.Object
org.apache.sysds.runtime.compress.workload.AWTreeNode
Direct Known Subclasses:
WTreeNode, WTreeRoot

public abstract class AWTreeNode extends Object
A workload tree is a compact representation of the operations on a matrix and derived intermediates, including the basic control structure and inlined functions as well as links to categories. The intension is to provide the ability to look at a variable and the methods performed on this variable, pruning away the rest of the DAG.