2 writes to _useMarkerChars
Microsoft.ML.Transforms (2)
Text\TokenizingByCharacters.cs (2)
112
_useMarkerChars
= useMarkerCharacters;
133
_useMarkerChars
= ctx.Reader.ReadBoolByte();
11 references to _useMarkerChars
Microsoft.ML.Transforms (11)
Text\TokenizingByCharacters.cs (11)
151
ctx.Writer.WriteBoolByte(
_useMarkerChars
);
246
node.AddAttribute("mark", _parent.
_useMarkerChars
);
485
var len = !src.IsEmpty ? (_parent.
_useMarkerChars
? src.Length + TextMarkersCount : src.Length) : 0;
490
if (_parent.
_useMarkerChars
)
495
if (_parent.
_useMarkerChars
)
525
if (_parent.
_useMarkerChars
)
538
if (_parent.
_useMarkerChars
)
543
if (_parent.
_useMarkerChars
)
570
if (_parent.
_useMarkerChars
)
584
if (_parent.
_useMarkerChars
)
600
if (_parent.
_useMarkerChars
)