2 writes to NumThreads
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2298NumThreads = other.NumThreads; 2649NumThreads = input.ReadInt32();
6 references to NumThreads
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1627if (NumThreads != other.NumThreads) return false; 1683if (HasNumThreads) hash ^= NumThreads.GetHashCode(); 1965output.WriteInt32(NumThreads); 2153size += 2 + pb::CodedOutputStream.ComputeInt32Size(NumThreads); 2298NumThreads = other.NumThreads;