3 writes to Name
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
2663
Name
= other.Name;
2696
Name
= input.ReadString();
OnnxUtils.cs (1)
312
graph.
Name
= name;
10 references to Name
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2564
if (
Name
!= other.
Name
) return false;
2580
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
2605
if (
Name
.Length != 0)
2608
output.WriteString(
Name
);
2632
if (
Name
.Length != 0)
2634
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
2661
if (other.
Name
.Length != 0)
2663
Name = other.
Name
;