3 writes to ProducerVersion
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
1885
ProducerVersion
= other.ProducerVersion;
1934
ProducerVersion
= input.ReadString();
OnnxUtils.cs (1)
304
model.
ProducerVersion
= producerVersion;
10 references to ProducerVersion
Microsoft.ML.OnnxConverter (10)
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
;