1 write to _count
Microsoft.ML.StandardTrainers (1)
Standard\SdcaBinary.cs (1)
1294if (++_count >= _rgit.Length)
14 references to _count
Microsoft.ML.StandardTrainers (14)
Standard\SdcaBinary.cs (14)
1210public long Count => _count; 1264Contracts.Assert(it < _count); 1284if (_count >= _entries.Length) 1286Contracts.Assert(_count == _entries.Length); 1287_entries.Resize(_count + 1); 1290Contracts.Assert(_count < _entries.Length); 1291_entries.ApplyAt(_count, (long index, ref Entry entry) => { entry = new Entry(_rgit[iit], val); }); 1292_rgit[iit] = _count; 1300return _count - 1; 1307long size = HashHelpers.ExpandPrime(_count); 1324_entries.ApplyRange(0, _count, 1339Contracts.Assert(0 <= _count && _count <= _entries.Length); 1343Contracts.Assert(_rgit.Length >= _count || _rgit.Length == HashHelpers.MaxPrime);