2 writes to Value
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
2140
Value
= other.Value;
2163
Value
= input.ReadString();
10 references to Value
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2066
if (
Value
!= other.
Value
) return false;
2075
if (
Value
.Length != 0) hash ^=
Value
.GetHashCode();
2097
if (
Value
.Length != 0)
2100
output.WriteString(
Value
);
2116
if (
Value
.Length != 0)
2118
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Value
);
2138
if (other.
Value
.Length != 0)
2140
Value = other.
Value
;