2 writes to Name
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
5699Name = other.Name; 5722Name = input.ReadString();
10 references to Name
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
5625if (Name != other.Name) return false; 5634if (Name.Length != 0) hash ^= Name.GetHashCode(); 5656if (Name.Length != 0) 5659output.WriteString(Name); 5675if (Name.Length != 0) 5677size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 5697if (other.Name.Length != 0) 5699Name = other.Name;