2 writes to _slotLim
Microsoft.ML.Data (2)
DataLoadSave\Text\TextSaver.cs (2)
625_slotLim = 0; 673_slotLim++;
12 references to _slotLim
Microsoft.ML.Data (12)
DataLoadSave\Text\TextSaver.cs (12)
663if (_mpslotdst.Length <= _slotLim) 665if (_mpslotichLim.Length <= _slotLim) 671_mpslotichLim[_slotLim] = _cch; 672_mpslotdst[_slotLim] = dst; 683_mpcolslot[_col] = _slotLim; 701Double bestScore = _sparseWeight * _slotLim; 705int cs = _slotLim - _mpcolslot[col]; 738if (slot == _slotLim) 748for (; slot < _slotLim; slot++) 771Contracts.Assert(slot == _slotLim || slot < _slotLim && dst <= _mpslotdst[slot]); 783if (slot == _slotLim || dst < _mpslotdst[slot])