1 write to _isSeparatorStartEnd
Microsoft.ML.Transforms (1)
Text\TokenizingByCharacters.cs (1)
134_isSeparatorStartEnd = ctx.Header.ModelVerReadable < 0x00010002 || ctx.Reader.ReadBoolByte();
2 references to _isSeparatorStartEnd
Microsoft.ML.Transforms (2)
Text\TokenizingByCharacters.cs (2)
152ctx.Writer.WriteBoolByte(_isSeparatorStartEnd); 608return _parent._isSeparatorStartEnd ? getterWithStartEndSep : getterWithUnitSep;