Package org.apache.sysds.runtime.lineage
Class LineageDebugger
- java.lang.Object
 - 
- org.apache.sysds.runtime.lineage.LineageDebugger
 
 
- 
public class LineageDebugger extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intPOS_NANstatic intPOS_NEGATIVE_INFINITYstatic intPOS_POSITIVE_INFINITY 
- 
Constructor Summary
Constructors Constructor Description LineageDebugger() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LineageItemfirstOccurrenceOfNR(LineageItem li, int pos)static voidmaintainSpecialValueBits(Lineage lineage, Instruction inst, ExecutionContext ec) 
 - 
 
- 
- 
Field Detail
- 
POS_NAN
public static final int POS_NAN
- See Also:
 - Constant Field Values
 
 
- 
POS_POSITIVE_INFINITY
public static final int POS_POSITIVE_INFINITY
- See Also:
 - Constant Field Values
 
 
- 
POS_NEGATIVE_INFINITY
public static final int POS_NEGATIVE_INFINITY
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
maintainSpecialValueBits
public static void maintainSpecialValueBits(Lineage lineage, Instruction inst, ExecutionContext ec)
 
- 
firstOccurrenceOfNR
public static LineageItem firstOccurrenceOfNR(LineageItem li, int pos)
 
 - 
 
 -