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