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