2 writes to InputFormat
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2249InputFormat = other.InputFormat; 2621InputFormat = input.ReadString();
6 references to InputFormat
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
1610if (InputFormat != other.InputFormat) return false; 1666if (HasInputFormat) hash ^= InputFormat.GetHashCode(); 1937output.WriteString(InputFormat); 2104size += 1 + pb::CodedOutputStream.ComputeStringSize(InputFormat); 2249InputFormat = other.InputFormat;