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