2 writes to modelType_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
159modelType_ = other.modelType_; 308modelType_ = value;
2 references to modelType_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
159modelType_ = other.modelType_; 305get { if ((_hasBits0 & 1) != 0) { return modelType_; } else { return ModelTypeDefaultValue; } }