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