2 writes to Name
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
710
Name
= other.Name;
782
Name
= input.ReadString();
11 references to Name
Microsoft.ML.OnnxTransformer (11)
OnnxTransform.cs (1)
590
var slotsAttr = slotsNode?.Attribute.FirstOrDefault(attr => attr.
Name
== "keys_strings");
src\Microsoft.ML.OnnxConverter\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
;