3 writes to DimParam
Microsoft.ML.OnnxTransformer (3)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (3)
4067
DimParam
= other.DimParam;
4260
DimParam
= other.DimParam;
4285
DimParam
= input.ReadString();
7 references to DimParam
Microsoft.ML.OnnxTransformer (7)
src\Microsoft.ML.OnnxConverter\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
;