1 write to _counts
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
844_counts = new List<int>();
5 references to _counts
Microsoft.ML.Data (5)
DataLoadSave\Binary\Codecs.cs (5)
860Writer.Write(_counts.Count); 885Writer.WriteIntStream(_counts); 902long structureLength = sizeof(int) * (2 + (long)Utils.Size(_lengths) + _counts.Count + 1 + _indices.Count); 921_counts.Add(-1); 926_counts.Add(valueValues.Length);