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