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