UniverseFly opened a new pull request #8449: URL: https://github.com/apache/tvm/pull/8449
This is a small frontend bug that makes `StringImm` unhashable. The cause of this problem is that in Python 3 we need to explicitly retain `__hash__` if we override `__eq__` (https://docs.python.org/3.1/reference/datamodel.html#object.__hash__), and `StringImm` overrides `__eq__` but misses `__hash__`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
