2 writes to numThreads_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
174numThreads_ = other.numThreads_; 767numThreads_ = value;
2 references to numThreads_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
174numThreads_ = other.numThreads_; 764get { if ((_hasBits0 & 512) != 0) { return numThreads_; } else { return NumThreadsDefaultValue; } }