2 writes to Denotation
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
4252Denotation = other.Denotation; 4290Denotation = input.ReadString();
10 references to Denotation
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
4170if (Denotation != other.Denotation) return false; 4181if (Denotation.Length != 0) hash ^= Denotation.GetHashCode(); 4209if (Denotation.Length != 0) 4212output.WriteString(Denotation); 4232if (Denotation.Length != 0) 4234size += 1 + pb::CodedOutputStream.ComputeStringSize(Denotation); 4250if (other.Denotation.Length != 0) 4252Denotation = other.Denotation;