1 write to _boundaries
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
322_boundaries = new List<int>();
4 references to _boundaries
Microsoft.ML.Data (4)
DataLoadSave\Binary\Codecs.cs (4)
329_boundaries.Add(_builder.Length); 336Writer.Write(_boundaries.Count); // Write the number of entries. 337Writer.WriteIntStream(_boundaries); // Write the entries end boundaries, in character counts. 347return sizeof(int) * (1 + (long)_boundaries.Count) + _builder.Length;