4 writes to DimValue
Microsoft.ML.OnnxConverter (4)
OnnxMl.cs (3)
4064
DimValue
= other.DimValue;
4257
DimValue
= other.DimValue;
4280
DimValue
= input.ReadInt64();
OnnxUtils.cs (1)
41
d.
DimValue
= dims[index];
7 references to DimValue
Microsoft.ML.OnnxConverter (7)
OnnxMl.cs (7)
4064
DimValue = other.
DimValue
;
4168
if (
DimValue
!= other.
DimValue
) return false;
4179
if (valueCase_ == ValueOneofCase.DimValue) hash ^=
DimValue
.GetHashCode();
4202
output.WriteInt64(
DimValue
);
4226
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
DimValue
);
4257
DimValue = other.
DimValue
;