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