2 writes to ProducerVersion
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
1885
ProducerVersion
= other.ProducerVersion;
1934
ProducerVersion
= input.ReadString();
10 references to ProducerVersion
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
1745
if (
ProducerVersion
!= other.
ProducerVersion
) return false;
1761
if (
ProducerVersion
.Length != 0) hash ^=
ProducerVersion
.GetHashCode();
1793
if (
ProducerVersion
.Length != 0)
1796
output.WriteString(
ProducerVersion
);
1839
if (
ProducerVersion
.Length != 0)
1841
size += 1 + pb::CodedOutputStream.ComputeStringSize(
ProducerVersion
);
1883
if (other.
ProducerVersion
.Length != 0)
1885
ProducerVersion = other.
ProducerVersion
;