2 writes to _batch
Microsoft.ML.Data (2)
DataView\CacheDataView.cs (2)
1067
_batch
= -1;
1095
_batch
= _scheduler.GetAvailableJob(_batch);
3 references to _batch
Microsoft.ML.Data (3)
DataView\CacheDataView.cs (3)
1060
public long Batch { get { return
_batch
; } }
1095
_batch = _scheduler.GetAvailableJob(
_batch
);
1096
_curr = (int)(
_batch
<< _batchShift);