1 write to _lookAheadCursor
Microsoft.ML.Data (1)
DataView\BatchDataViewMapperBase.cs (1)
97
_lookAheadCursor
= lookAheadCursor;
4 references to _lookAheadCursor
Microsoft.ML.Data (4)
DataView\BatchDataViewMapperBase.cs (4)
104
_lastInBatchInLookAheadCursorDel = _parent.GetLastInBatchDelegate(
_lookAheadCursor
);
106
_inputGetterInLookAheadCursor = _parent.GetLookAheadGetter(
_lookAheadCursor
);
158
var good =
_lookAheadCursor
.MoveNext();
167
} while (!_lastInBatchInLookAheadCursorDel() &&
_lookAheadCursor
.MoveNext());