1 write to _indices
Microsoft.ML.DataView (1)
VBufferEditor.cs (1)
118_indices = indices;
3 references to _indices
Microsoft.ML.DataView (3)
VBufferEditor.cs (3)
123Indices = !isDense || requireIndicesOnDense ? _indices.AsSpan(0, physicalValuesCount) : default; 136return new VBuffer<T>(_logicalLength, Values.Length, _values, _indices); 163return new VBuffer<T>(_logicalLength, physicalValuesCount, _values, _indices);