2 writes to DocString
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
1897
DocString
= other.DocString;
1949
DocString
= input.ReadString();
10 references to DocString
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1748
if (
DocString
!= other.
DocString
) return false;
1764
if (
DocString
.Length != 0) hash ^=
DocString
.GetHashCode();
1808
if (
DocString
.Length != 0)
1811
output.WriteString(
DocString
);
1851
if (
DocString
.Length != 0)
1853
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DocString
);
1895
if (other.
DocString
.Length != 0)
1897
DocString = other.
DocString
;