2 writes to Name
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
3230
Name
= other.Name;
3306
Name
= input.ReadString();
11 references to Name
Microsoft.ML.OnnxTransformer (11)
OnnxUtils.cs (1)
268
initializerTypePool[valueInfo.
Name
] = OnnxTypeParser.GetScalarDataViewType(valueInfo.DataType);
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
3073
if (
Name
!= other.
Name
) return false;
3094
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
3132
if (
Name
.Length != 0)
3135
output.WriteString(
Name
);
3178
if (
Name
.Length != 0)
3180
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
3228
if (other.
Name
.Length != 0)
3230
Name = other.
Name
;