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