3 writes to ProducerName
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
1881ProducerName = other.ProducerName; 1929ProducerName = input.ReadString();
OnnxUtils.cs (1)
303model.ProducerName = producerName;
10 references to ProducerName
Microsoft.ML.OnnxConverter (10)
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;