2 writes to InputSentenceSize
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2277InputSentenceSize = other.InputSentenceSize; 2629InputSentenceSize = input.ReadUInt64();
6 references to InputSentenceSize
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1620if (InputSentenceSize != other.InputSentenceSize) return false; 1676if (HasInputSentenceSize) hash ^= InputSentenceSize.GetHashCode(); 1945output.WriteUInt64(InputSentenceSize); 2132size += 1 + pb::CodedOutputStream.ComputeUInt64Size(InputSentenceSize); 2277InputSentenceSize = other.InputSentenceSize;