3 writes to Name
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
1103Name = other.Name; 1133Name = input.ReadString();
OnnxUtils.cs (1)
56value.Name = name;
10 references to Name
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1021if (Name != other.Name) return false; 1031if (Name.Length != 0) hash ^= Name.GetHashCode(); 1050if (Name.Length != 0) 1053output.WriteString(Name); 1075if (Name.Length != 0) 1077size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 1101if (other.Name.Length != 0) 1103Name = other.Name;