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