2 writes to splitDigits_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
182
splitDigits_
= other.splitDigits_;
1024
splitDigits_
= value;
2 references to splitDigits_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
182
splitDigits_ = other.
splitDigits_
;
1021
get { if ((_hasBits0 & 262144) != 0) { return
splitDigits_
; } else { return SplitDigitsDefaultValue; } }