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