2 writes to DocString
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
1115
DocString
= other.DocString;
1147
DocString
= input.ReadString();
10 references to DocString
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1023
if (
DocString
!= other.
DocString
) return false;
1033
if (
DocString
.Length != 0) hash ^=
DocString
.GetHashCode();
1060
if (
DocString
.Length != 0)
1063
output.WriteString(
DocString
);
1083
if (
DocString
.Length != 0)
1085
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DocString
);
1113
if (other.
DocString
.Length != 0)
1115
DocString = other.
DocString
;