2 writes to DocString
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
2669DocString = other.DocString; 2706DocString = input.ReadString();
10 references to DocString
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2567if (DocString != other.DocString) return false; 2583if (DocString.Length != 0) hash ^= DocString.GetHashCode(); 2611if (DocString.Length != 0) 2614output.WriteString(DocString); 2638if (DocString.Length != 0) 2640size += 1 + pb::CodedOutputStream.ComputeStringSize(DocString); 2667if (other.DocString.Length != 0) 2669DocString = other.DocString;