Base:
2 references to GetHashCode
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
4843
if (shape_ != null) hash ^= Shape.
GetHashCode
();
5429
if (shape_ != null) hash ^= Shape.
GetHashCode
();