java.lang.Object
org.apache.sysds.runtime.compress.workload.AWTreeNode
org.apache.sysds.runtime.compress.workload.WTreeRoot

public class WTreeRoot extends AWTreeNode
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.
  • Constructor Details

    • WTreeRoot

      public WTreeRoot(Hop root)
  • Method Details

    • getRoot

      public Hop 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()