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