Class WTreeRoot
java.lang.Object
org.apache.sysds.runtime.compress.workload.AWTreeNode
org.apache.sysds.runtime.compress.workload.WTreeRoot
The root node of the tree, located at the top of the tree.
This represent a single Hop that have a result that is used on subsequent operations.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sysds.runtime.compress.workload.AWTreeNode
AWTreeNode.WTNodeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoot()Get the Root hop instruction, that is producing a result used in the rest of the tree.booleanvoidMethods inherited from class org.apache.sysds.runtime.compress.workload.AWTreeNode
addChild, addOp, getChildNodes, getOps, getType, isEmpty, toString
-
Constructor Details
-
WTreeRoot
-
-
Method Details
-
getRoot
Get the Root hop instruction, that is producing a result used in the rest of the tree.- Returns:
- The root hop
-
isDecompressing
public boolean isDecompressing() -
setDecompressing
public void setDecompressing()
-