1 write to _lengths
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
843_lengths = FixedLength ? null : new List<int>();
7 references to _lengths
Microsoft.ML.Data (7)
DataLoadSave\Binary\Codecs.cs (7)
871int len = _lengths.Count == 0 ? 0 : _lengths[0]; 872for (int i = 1; i < _lengths.Count; ++i) 874if (len != _lengths[i]) 882Writer.WriteIntStream(_lengths); 902long structureLength = sizeof(int) * (2 + (long)Utils.Size(_lengths) + _counts.Count + 1 + _indices.Count); 915_lengths.Add(value.Length);