2 writes to shuffleInputSentence_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
168shuffleInputSentence_ = other.shuffleInputSentence_; 571shuffleInputSentence_ = value;
2 references to shuffleInputSentence_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
168shuffleInputSentence_ = other.shuffleInputSentence_; 568get { if ((_hasBits0 & 4096) != 0) { return shuffleInputSentence_; } else { return ShuffleInputSentenceDefaultValue; } }