1 write to _pipes
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1264
_pipes
= new ReadPipe[parent.RowCount > 0 ? _actives.Length : 0];
17 references to _pipes
Microsoft.ML.Data (17)
DataLoadSave\Binary\BinaryLoader.cs (17)
1285
if (
_pipes
.Length == 0)
1301
int pipeBuffers = 2 * ((_parent._threads +
_pipes
.Length - 1) /
_pipes
.Length);
1303
for (int c = 0; c <
_pipes
.Length; ++c)
1305
_pipes
[c] = ReadPipe.Create(this, c, pipeBuffers);
1306
_pipeGetters[c] =
_pipes
[c].GetGetter();
1354
for (int c = 0; c <
_pipes
.Length; ++c)
1355
anyTrue |=
_pipes
[c].MoveNextCleanup();
1395
int pipeIndex = (int)(seq %
_pipes
.Length);
1401
if (!
_pipes
[pipeIndex].DecompressOne())
1426
for (int c = 0; c <
_pipes
.Length; ++c)
1427
_pipes
[c].PrepAndSendCompressedBlock(bi, b, rows);
1431
for (int c = 0; c <
_pipes
.Length; ++c)
1432
_pipes
[c].SendSentinelBlock(b);
1977
for (int c = 0; c <
_pipes
.Length; ++c)
1982
pipeMoved =
_pipes
[c].MoveNext();
2013
if (!more &&
_pipes
.Length > 0)