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