3 writes to Name
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
710
Name
= other.Name;
782
Name
= input.ReadString();
OnnxUtils.cs (1)
69
attribute.
Name
= key;
10 references to Name
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
527
if (
Name
!= other.
Name
) return false;
550
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
582
if (
Name
.Length != 0)
585
output.WriteString(
Name
);
648
if (
Name
.Length != 0)
650
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
708
if (other.
Name
.Length != 0)
710
Name = other.
Name
;