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