2 writes to unkId_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
191unkId_ = other.unkId_; 1291unkId_ = value;
2 references to unkId_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
191unkId_ = other.unkId_; 1288get { if ((_hasBits0 & 16777216) != 0) { return unkId_; } else { return UnkIdDefaultValue; } }