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