2 writes to DocString
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
718DocString = other.DocString; 847DocString = input.ReadString();
10 references to DocString
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
529if (DocString != other.DocString) return false; 552if (DocString.Length != 0) hash ^= DocString.GetHashCode(); 617if (DocString.Length != 0) 620output.WriteString(DocString); 656if (DocString.Length != 0) 658size += 1 + pb::CodedOutputStream.ComputeStringSize(DocString); 716if (other.DocString.Length != 0) 718DocString = other.DocString;