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