2 writes to UseAllVocab
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2342
UseAllVocab
= other.UseAllVocab;
2709
UseAllVocab
= input.ReadBool();
5 references to UseAllVocab
Microsoft.ML.Tokenizers (5)
SentencepieceModel.cs (5)
1643
if (
UseAllVocab
!= other.
UseAllVocab
) return false;
1699
if (HasUseAllVocab) hash ^=
UseAllVocab
.GetHashCode();
2019
output.WriteBool(
UseAllVocab
);
2342
UseAllVocab = other.
UseAllVocab
;