2 writes to DocString
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
3234
DocString
= other.DocString;
3328
DocString
= input.ReadString();
10 references to DocString
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
3074
if (
DocString
!= other.
DocString
) return false;
3095
if (
DocString
.Length != 0) hash ^=
DocString
.GetHashCode();
3144
if (
DocString
.Length != 0)
3147
output.WriteString(
DocString
);
3182
if (
DocString
.Length != 0)
3184
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DocString
);
3232
if (other.
DocString
.Length != 0)
3234
DocString = other.
DocString
;