2 writes to Key
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
2136
Key
= other.Key;
2158
Key
= input.ReadString();
10 references to Key
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2065
if (
Key
!= other.
Key
) return false;
2074
if (
Key
.Length != 0) hash ^=
Key
.GetHashCode();
2092
if (
Key
.Length != 0)
2095
output.WriteString(
Key
);
2112
if (
Key
.Length != 0)
2114
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Key
);
2134
if (other.
Key
.Length != 0)
2136
Key = other.
Key
;