Class OpSided
- java.lang.Object
-
- org.apache.sysds.runtime.compress.workload.Op
-
- org.apache.sysds.runtime.compress.workload.OpSided
-
public class OpSided extends Op
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getLeft()
boolean
getRight()
boolean
getTLeft()
boolean
getTRight()
boolean
isCompCompMM()
boolean
isCompressedOutput()
boolean
isLeftMM()
boolean
isRightMM()
String
toString()
-
Methods inherited from class org.apache.sysds.runtime.compress.workload.Op
dim, getHop, isDecompressing, isDensifying, isOverlapping, setDecompressing, setDensifying, setOverlapping
-
-
-
-
Constructor Detail
-
OpSided
public OpSided(Hop op, boolean cLeft, boolean cRight, boolean tLeft, boolean tRight)
-
-
Method Detail
-
getLeft
public boolean getLeft()
-
getRight
public boolean getRight()
-
getTLeft
public boolean getTLeft()
-
getTRight
public boolean getTRight()
-
isLeftMM
public boolean isLeftMM()
-
isRightMM
public boolean isRightMM()
-
isCompCompMM
public boolean isCompCompMM()
-
isCompressedOutput
public boolean isCompressedOutput()
- Overrides:
isCompressedOutput
in classOp
-
-