1 write to _actives
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1257
_actives
= new TableOfContentsEntry[activeIndices.Length];
9 references to _actives
Microsoft.ML.Data (9)
DataLoadSave\Binary\BinaryLoader.cs (9)
1259
_actives
[i] = toc[activeIndices[i]];
1264
_pipes = new ReadPipe[parent.RowCount > 0 ?
_actives
.Length : 0];
1265
_pipeGetters = new Delegate[
_actives
.Length];
1292
_pipeGetters[c] = GetNoRowGetter(
_actives
[c].Type);
1385
long decompressSequenceLim = (long)_numBlocks *
_actives
.Length;
1452
var entry = parent.
_actives
[columnIndex];
1464
Ectx.Assert(0 <= columnIndex && columnIndex < Utils.Size(parent.
_actives
));
1566
TableOfContentsEntry entry = parent.
_actives
[ColumnIndex];
1774
TableOfContentsEntry entry = Parent.
_actives
[ColumnIndex];