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