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