1 write to _slotLim
Microsoft.ML.Transforms (1)
Text\NgramUtils.cs (1)
56
_slotLim
= slotLim;
5 references to _slotLim
Microsoft.ML.Transforms (5)
Text\NgramUtils.cs (5)
45
public bool IsEmpty { get { return
_slotLim
== 0; } }
66
_bldr.Reset(
_slotLim
, false);
149
Contracts.Assert(0 <= slot && slot <
_slotLim
);
165
Contracts.Assert(0 <= slot && slot <
_slotLim
);
195
Contracts.Assert(0 <= slot && slot <
_slotLim
);