1 write to _bldr
Microsoft.ML.Transforms (1)
Text\NgramUtils.cs (1)
60
_bldr
= BufferBuilder<float>.CreateDefault();
5 references to _bldr
Microsoft.ML.Transforms (5)
Text\NgramUtils.cs (5)
66
_bldr
.Reset(_slotLim, false);
135
_bldr
.GetResult(ref dst);
150
_bldr
.AddFeature(slot, 1);
166
_bldr
.AddFeature(slot, 1);
196
_bldr
.AddFeature(slot, 1);