2 writes to Name
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
2663Name = other.Name; 2696Name = input.ReadString();
10 references to Name
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\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;