3 writes to SkipLength
Microsoft.ML.Transforms (3)
Text\NgramHashingTransformer.cs (3)
976
SkipLength
= skipLength;
1007
SkipLength
= ctx.Reader.ReadInt32();
1037
SkipLength
= ctx.Reader.ReadInt32();
11 references to SkipLength
Microsoft.ML.Transforms (11)
Text\NgramHashingTransformer.cs (11)
569
var bldr = new NgramBufferBuilder(_parent._columns[iinfo].NgramLength, _parent._columns[iinfo].
SkipLength
,
1008
Contracts.CheckDecode(0 <=
SkipLength
&&
SkipLength
<= NgramBufferBuilder.MaxSkipNgramLength);
1009
Contracts.CheckDecode(
SkipLength
<= NgramBufferBuilder.MaxSkipNgramLength - NgramLength);
1038
Contracts.CheckDecode(0 <=
SkipLength
&&
SkipLength
<= NgramBufferBuilder.MaxSkipNgramLength);
1039
Contracts.CheckDecode(
SkipLength
<= NgramBufferBuilder.MaxSkipNgramLength - NgramLength);
1071
Contracts.Assert(0 <=
SkipLength
&&
SkipLength
<= NgramBufferBuilder.MaxSkipNgramLength);
1072
Contracts.Assert(NgramLength +
SkipLength
<= NgramBufferBuilder.MaxSkipNgramLength);
1073
ctx.Writer.Write(
SkipLength
);