1 write to _indices
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
845_indices = new List<int>();
4 references to _indices
Microsoft.ML.Data (4)
DataLoadSave\Binary\Codecs.cs (4)
887Writer.Write(_indices.Count); 889Writer.WriteIntStream(_indices); 902long structureLength = sizeof(int) * (2 + (long)Utils.Size(_lengths) + _counts.Count + 1 + _indices.Count); 931_indices.Add(valueIndices[i]);