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