2 writes to eosId_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
193
eosId_
= other.eosId_;
1351
eosId_
= value;
2 references to eosId_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
193
eosId_ = other.
eosId_
;
1348
get { if ((_hasBits0 & 67108864) != 0) { return
eosId_
; } else { return EosIdDefaultValue; } }