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)
152
ctx.Writer.WriteBoolByte(
_isSeparatorStartEnd
);
608
return _parent.
_isSeparatorStartEnd
? getterWithStartEndSep : getterWithUnitSep;