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)
123
Indices = !isDense || requireIndicesOnDense ?
_indices
.AsSpan(0, physicalValuesCount) : default;
136
return new VBuffer<T>(_logicalLength, Values.Length, _values,
_indices
);
163
return new VBuffer<T>(_logicalLength, physicalValuesCount, _values,
_indices
);