14 writes to Name
Microsoft.ML.OnnxConverter (14)
OnnxMl.cs (2)
3230Name = other.Name; 3306Name = input.ReadString();
OnnxUtils.cs (12)
393tensor.Name = name; 403tensor.Name = name; 417tensor.Name = name; 427tensor.Name = name; 441tensor.Name = name; 451tensor.Name = name; 465tensor.Name = name; 475tensor.Name = name; 489tensor.Name = name; 499tensor.Name = name; 513tensor.Name = name; 523tensor.Name = name;
10 references to Name
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
3073if (Name != other.Name) return false; 3094if (Name.Length != 0) hash ^= Name.GetHashCode(); 3132if (Name.Length != 0) 3135output.WriteString(Name); 3178if (Name.Length != 0) 3180size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 3228if (other.Name.Length != 0) 3230Name = other.Name;