3 writes to Name
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
710Name = other.Name; 782Name = input.ReadString();
OnnxUtils.cs (1)
69attribute.Name = key;
10 references to Name
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
527if (Name != other.Name) return false; 550if (Name.Length != 0) hash ^= Name.GetHashCode(); 582if (Name.Length != 0) 585output.WriteString(Name); 648if (Name.Length != 0) 650size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 708if (other.Name.Length != 0) 710Name = other.Name;