1 write to _batch
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
430_batch = new int[BatchSize];
4 references to _batch
Microsoft.ML.Data (4)
DataView\AppendRowsDataView.cs (4)
451_batch[j] = i; 456Utils.Shuffle(_rand, _batch.AsSpan(0, _batchEnd)); 462return _batch[_batchPos++]; 468return _batch[_batchPos++];