4 writes to Domain
Microsoft.ML.OnnxConverter (4)
OnnxMl.cs (2)
5906Domain = other.Domain; 5928Domain = input.ReadString();
OnnxUtils.cs (2)
307model.OpsetImport.Add(new OperatorSetIdProto() { Domain = "ai.onnx.ml", Version = 2 }); 308model.OpsetImport.Add(new OperatorSetIdProto() { Domain = "", Version = opSetVersion });
10 references to Domain
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
5835if (Domain != other.Domain) return false; 5844if (Domain.Length != 0) hash ^= Domain.GetHashCode(); 5862if (Domain.Length != 0) 5865output.WriteString(Domain); 5882if (Domain.Length != 0) 5884size += 1 + pb::CodedOutputStream.ComputeStringSize(Domain); 5904if (other.Domain.Length != 0) 5906Domain = other.Domain;