3 writes to Domain
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
1450
Domain
= other.Domain;
1503
Domain
= input.ReadString();
OnnxUtils.cs (1)
177
node.
Domain
= domain ?? "ai.onnx.ml";
10 references to Domain
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1339
if (
Domain
!= other.
Domain
) return false;
1353
if (
Domain
.Length != 0) hash ^=
Domain
.GetHashCode();
1390
if (
Domain
.Length != 0)
1393
output.WriteString(
Domain
);
1415
if (
Domain
.Length != 0)
1417
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Domain
);
1448
if (other.
Domain
.Length != 0)
1450
Domain = other.
Domain
;