2 writes to ProducerName
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
1881ProducerName = other.ProducerName; 1929ProducerName = input.ReadString();
10 references to ProducerName
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
1744if (ProducerName != other.ProducerName) return false; 1760if (ProducerName.Length != 0) hash ^= ProducerName.GetHashCode(); 1788if (ProducerName.Length != 0) 1791output.WriteString(ProducerName); 1835if (ProducerName.Length != 0) 1837size += 1 + pb::CodedOutputStream.ComputeStringSize(ProducerName); 1879if (other.ProducerName.Length != 0) 1881ProducerName = other.ProducerName;