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