2 writes to ProducerVersion
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
1885ProducerVersion = other.ProducerVersion; 1934ProducerVersion = input.ReadString();
10 references to ProducerVersion
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\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;