java.lang.Object
org.apache.sysds.runtime.compress.workload.Op
org.apache.sysds.runtime.compress.workload.OpSided

public class OpSided extends Op
  • Constructor Details

    • OpSided

      public OpSided(Hop op, boolean cLeft, boolean cRight, boolean tLeft, boolean tRight)
  • Method Details

    • getLeft

      public boolean getLeft()
    • getRight

      public boolean getRight()
    • getTLeft

      public boolean getTLeft()
    • getTRight

      public boolean getTRight()
    • toString

      public String toString()
      Overrides:
      toString in class Op
    • isLeftMM

      public boolean isLeftMM()
    • isRightMM

      public boolean isRightMM()
    • isCompCompMM

      public boolean isCompCompMM()
    • isCompressedOutput

      public boolean isCompressedOutput()
      Overrides:
      isCompressedOutput in class Op