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