2 writes to Input
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
3803
Input
= other.Input;
3847
Input
= input.ReadString();
6 references to Input
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
3719
if (
Input
!= other.
Input
) return false;
3728
if (HasInput) hash ^=
Input
.GetHashCode();
3768
output.WriteString(
Input
);
3785
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Input
);
3803
Input = other.
Input
;