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)
136
return new VBuffer<T>(
_logicalLength
, Values.Length, _values, _indices);
163
return new VBuffer<T>(
_logicalLength
, physicalValuesCount, _values, _indices);