2 writes to Denotation
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
4620Denotation = other.Denotation; 4710Denotation = input.ReadString();
10 references to Denotation
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
4508if (Denotation != other.Denotation) return false; 4522if (Denotation.Length != 0) hash ^= Denotation.GetHashCode(); 4555if (Denotation.Length != 0) 4558output.WriteString(Denotation); 4600if (Denotation.Length != 0) 4602size += 1 + pb::CodedOutputStream.ComputeStringSize(Denotation); 4618if (other.Denotation.Length != 0) 4620Denotation = other.Denotation;