Package org.apache.sysds.runtime.lineage
Class LineageDebugger
- java.lang.Object
- 
- org.apache.sysds.runtime.lineage.LineageDebugger
 
- 
 public class LineageDebugger extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static intPOS_NANstatic intPOS_NEGATIVE_INFINITYstatic intPOS_POSITIVE_INFINITY
 - 
Constructor SummaryConstructors Constructor Description LineageDebugger()
 - 
Method SummaryAll 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_NANpublic static final int POS_NAN - See Also:
- Constant Field Values
 
 - 
POS_POSITIVE_INFINITYpublic static final int POS_POSITIVE_INFINITY - See Also:
- Constant Field Values
 
 - 
POS_NEGATIVE_INFINITYpublic static final int POS_NEGATIVE_INFINITY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
maintainSpecialValueBitspublic static void maintainSpecialValueBits(Lineage lineage, Instruction inst, ExecutionContext ec) 
 - 
firstOccurrenceOfNRpublic static LineageItem firstOccurrenceOfNR(LineageItem li, int pos) 
 
- 
 
-