3 writes to Name
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
1442Name = other.Name; 1483Name = input.ReadString();
OnnxUtils.cs (1)
176node.Name = name;
12 references to Name
Microsoft.ML.OnnxConverter (12)
OnnxContextImpl.cs (2)
149_host.Assert(!_nodeNames.Contains(node.Name)); 151_nodeNames.Add(node.Name);
OnnxMl.cs (10)
1337if (Name != other.Name) return false; 1351if (Name.Length != 0) hash ^= Name.GetHashCode(); 1374if (Name.Length != 0) 1377output.WriteString(Name); 1407if (Name.Length != 0) 1409size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 1440if (other.Name.Length != 0) 1442Name = other.Name;