2 writes to Domain
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
5695
Domain
= other.Domain;
5717
Domain
= input.ReadString();
10 references to Domain
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
5624
if (
Domain
!= other.
Domain
) return false;
5633
if (
Domain
.Length != 0) hash ^=
Domain
.GetHashCode();
5651
if (
Domain
.Length != 0)
5654
output.WriteString(
Domain
);
5671
if (
Domain
.Length != 0)
5673
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Domain
);
5693
if (other.
Domain
.Length != 0)
5695
Domain = other.
Domain
;