2 writes to ShuffleInputSentence
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2280
ShuffleInputSentence
= other.ShuffleInputSentence;
2661
ShuffleInputSentence
= input.ReadBool();
5 references to ShuffleInputSentence
Microsoft.ML.Tokenizers (5)
SentencepieceModel.cs (5)
1621
if (
ShuffleInputSentence
!= other.
ShuffleInputSentence
) return false;
1677
if (HasShuffleInputSentence) hash ^=
ShuffleInputSentence
.GetHashCode();
1977
output.WriteBool(
ShuffleInputSentence
);
2280
ShuffleInputSentence = other.
ShuffleInputSentence
;