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