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