2 writes to DocString
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
1455
DocString
= other.DocString;
1498
DocString
= input.ReadString();
10 references to DocString
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1341
if (
DocString
!= other.
DocString
) return false;
1355
if (
DocString
.Length != 0) hash ^=
DocString
.GetHashCode();
1385
if (
DocString
.Length != 0)
1388
output.WriteString(
DocString
);
1420
if (
DocString
.Length != 0)
1422
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DocString
);
1453
if (other.
DocString
.Length != 0)
1455
DocString = other.
DocString
;