3 writes to Name
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
1442
Name
= other.Name;
1483
Name
= input.ReadString();
OnnxUtils.cs (1)
176
node.
Name
= name;
12 references to Name
Microsoft.ML.OnnxConverter (12)
OnnxContextImpl.cs (2)
149
_host.Assert(!_nodeNames.Contains(node.
Name
));
151
_nodeNames.Add(node.
Name
);
OnnxMl.cs (10)
1337
if (
Name
!= other.
Name
) return false;
1351
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
1374
if (
Name
.Length != 0)
1377
output.WriteString(
Name
);
1407
if (
Name
.Length != 0)
1409
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
1440
if (other.
Name
.Length != 0)
1442
Name = other.
Name
;