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