2 writes to Name
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
1103
Name
= other.Name;
1133
Name
= input.ReadString();
13 references to Name
Microsoft.ML.OnnxTransformer (13)
OnnxUtils.cs (3)
264
inputTypePool[valueInfo.
Name
] = OnnxTypeParser.GetDataViewType(valueInfo.Type);
275
outputTypePool[valueInfo.
Name
] = OnnxTypeParser.GetDataViewType(valueInfo.Type);
276
casterPool[valueInfo.
Name
] = OnnxTypeParser.GetDataViewValueCasterAndResultedType(valueInfo.Type, out Type actualType);
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
1021
if (
Name
!= other.
Name
) return false;
1031
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
1050
if (
Name
.Length != 0)
1053
output.WriteString(
Name
);
1075
if (
Name
.Length != 0)
1077
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
1101
if (other.
Name
.Length != 0)
1103
Name = other.
Name
;