2 writes to BosPiece
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2360
BosPiece
= other.BosPiece;
2745
BosPiece
= input.ReadString();
7 references to BosPiece
Microsoft.ML.Tokenizers (7)
Model\SentencePieceTokenizer.cs (1)
63
BeginningOfSentenceToken = modelProto.TrainerSpec.
BosPiece
?? "<s>";
SentencepieceModel.cs (6)
1649
if (
BosPiece
!= other.
BosPiece
) return false;
1705
if (HasBosPiece) hash ^=
BosPiece
.GetHashCode();
2055
output.WriteString(
BosPiece
);
2215
size += 2 + pb::CodedOutputStream.ComputeStringSize(
BosPiece
);
2360
BosPiece = other.
BosPiece
;