2 writes to NonEmptyLevels
Microsoft.ML.Transforms (2)
Text\NgramTransform.cs (2)
139
NonEmptyLevels
= new bool[NgramLength];
161
NonEmptyLevels
= ctx.Reader.ReadBoolArray(NgramLength);
5 references to NonEmptyLevels
Microsoft.ML.Transforms (5)
Text\NgramTransform.cs (5)
181
Contracts.Assert(Utils.Size(
NonEmptyLevels
) == NgramLength);
182
ctx.Writer.WriteBoolBytesNoCount(
NonEmptyLevels
);
315
transformInfos[iinfo].
NonEmptyLevels
[i] = counts[iinfo][i] > 0;
662
Host.Assert(lim <= Utils.Size(_parent._transformInfos[iinfo].
NonEmptyLevels
));
664
if (!_parent._transformInfos[iinfo].
NonEmptyLevels
[lim - 1])