2 writes to Name
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
2663
Name
= other.Name;
2696
Name
= input.ReadString();
10 references to Name
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\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
;