1 write to _values
Microsoft.ML.DataView (1)
VBufferEditor.cs (1)
117_values = values;
3 references to _values
Microsoft.ML.DataView (3)
VBufferEditor.cs (3)
122Values = _values.AsSpan(0, physicalValuesCount); 136return new VBuffer<T>(_logicalLength, Values.Length, _values, _indices); 163return new VBuffer<T>(_logicalLength, physicalValuesCount, _values, _indices);