2 writes to ModelPrefix
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2252
ModelPrefix
= other.ModelPrefix;
2601
ModelPrefix
= input.ReadString();
6 references to ModelPrefix
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1611
if (
ModelPrefix
!= other.
ModelPrefix
) return false;
1667
if (HasModelPrefix) hash ^=
ModelPrefix
.GetHashCode();
1920
output.WriteString(
ModelPrefix
);
2107
size += 1 + pb::CodedOutputStream.ComputeStringSize(
ModelPrefix
);
2252
ModelPrefix = other.
ModelPrefix
;