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