1 write to _logicalLength
Microsoft.ML.DataView (1)
VBufferEditor.cs (1)
116_logicalLength = logicalLength;
2 references to _logicalLength
Microsoft.ML.DataView (2)
VBufferEditor.cs (2)
136return new VBuffer<T>(_logicalLength, Values.Length, _values, _indices); 163return new VBuffer<T>(_logicalLength, physicalValuesCount, _values, _indices);