Base:
3 references to GetHashCode
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (3)
1032if (type_ != null) hash ^= Type.GetHashCode(); 5033if (elemType_ != null) hash ^= ElemType.GetHashCode(); 5225if (valueType_ != null) hash ^= ValueType.GetHashCode();