2 writes to SeedSentencepiecesFile
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2375SeedSentencepiecesFile = other.SeedSentencepiecesFile; 2777SeedSentencepiecesFile = input.ReadString();
6 references to SeedSentencepiecesFile
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1654if (SeedSentencepiecesFile != other.SeedSentencepiecesFile) return false; 1710if (HasSeedSentencepiecesFile) hash ^= SeedSentencepiecesFile.GetHashCode(); 2087output.WriteString(SeedSentencepiecesFile); 2230size += 2 + pb::CodedOutputStream.ComputeStringSize(SeedSentencepiecesFile); 2375SeedSentencepiecesFile = other.SeedSentencepiecesFile;