2 writes to Name
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
1442
Name
= other.Name;
1483
Name
= input.ReadString();
11 references to Name
Microsoft.ML.OnnxTransformer (11)
OnnxTransform.cs (1)
589
var slotsNode = nodes.FirstOrDefault(node => node.
Name
== slotNamesNodeName);
src\Microsoft.ML.OnnxConverter\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
;