1 write to _mpcolslot
Microsoft.ML.Data (1)
DataLoadSave\Text\TextSaver.cs (1)
569
_mpcolslot
= new int[_pipes.Length + 1];
4 references to _mpcolslot
Microsoft.ML.Data (4)
DataLoadSave\Text\TextSaver.cs (4)
630
Contracts.Assert(
_mpcolslot
[_col] == 0);
683
_mpcolslot
[_col] = _slotLim;
705
int cs = _slotLim -
_mpcolslot
[col];
737
int slot =
_mpcolslot
[colBest];