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