3 writes to Name
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
2663Name = other.Name; 2696Name = input.ReadString();
OnnxUtils.cs (1)
312graph.Name = name;
10 references to Name
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2564if (Name != other.Name) return false; 2580if (Name.Length != 0) hash ^= Name.GetHashCode(); 2605if (Name.Length != 0) 2608output.WriteString(Name); 2632if (Name.Length != 0) 2634size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 2661if (other.Name.Length != 0) 2663Name = other.Name;