2 writes to SeedSentencepieceSize
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2289SeedSentencepieceSize = other.SeedSentencepieceSize; 2641SeedSentencepieceSize = input.ReadInt32();
6 references to SeedSentencepieceSize
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1624if (SeedSentencepieceSize != other.SeedSentencepieceSize) return false; 1680if (HasSeedSentencepieceSize) hash ^= SeedSentencepieceSize.GetHashCode(); 1957output.WriteInt32(SeedSentencepieceSize); 2144size += 1 + pb::CodedOutputStream.ComputeInt32Size(SeedSentencepieceSize); 2289SeedSentencepieceSize = other.SeedSentencepieceSize;