4 writes to DimParam
Microsoft.ML.OnnxConverter (4)
OnnxMl.cs (3)
4067
DimParam
= other.DimParam;
4260
DimParam
= other.DimParam;
4285
DimParam
= input.ReadString();
OnnxUtils.cs (1)
39
d.
DimParam
= "None";
7 references to DimParam
Microsoft.ML.OnnxConverter (7)
OnnxMl.cs (7)
4067
DimParam = other.
DimParam
;
4169
if (
DimParam
!= other.
DimParam
) return false;
4180
if (valueCase_ == ValueOneofCase.DimParam) hash ^=
DimParam
.GetHashCode();
4207
output.WriteString(
DimParam
);
4230
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DimParam
);
4260
DimParam = other.
DimParam
;