2 writes to seedSentencepieceSize_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
171seedSentencepieceSize_ = other.seedSentencepieceSize_; 671seedSentencepieceSize_ = value;
2 references to seedSentencepieceSize_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
171seedSentencepieceSize_ = other.seedSentencepieceSize_; 668get { if ((_hasBits0 & 128) != 0) { return seedSentencepieceSize_; } else { return SeedSentencepieceSizeDefaultValue; } }