3 writes to _batch
Microsoft.ML.Data (3)
Data\DataViewUtils.cs (3)
1195
_batch
= -1;
1218
_batch
= -1;
1293
_batch
= _currentCursor.Batch;
4 references to _batch
Microsoft.ML.Data (4)
Data\DataViewUtils.cs (4)
1178
public override long Batch { get { return
_batch
; } }
1275
if (_currentCursor.Batch ==
_batch
)
1280
Ch.Assert(_currentCursor.Batch >
_batch
);
1290
Ch.Assert(Position < 0 || stats.Batch >
_batch
);