2 writes to RefAttrName
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
714
RefAttrName
= other.RefAttrName;
857
RefAttrName
= input.ReadString();
10 references to RefAttrName
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
528
if (
RefAttrName
!= other.
RefAttrName
) return false;
551
if (
RefAttrName
.Length != 0) hash ^=
RefAttrName
.GetHashCode();
627
if (
RefAttrName
.Length != 0)
630
output.WriteString(
RefAttrName
);
652
if (
RefAttrName
.Length != 0)
654
size += 2 + pb::CodedOutputStream.ComputeStringSize(
RefAttrName
);
712
if (other.
RefAttrName
.Length != 0)
714
RefAttrName = other.
RefAttrName
;