Lunderberg opened a new pull request, #14249: URL: https://github.com/apache/tvm/pull/14249
Instance methods that exist in the user-defined class but not in the TVM base are forward using `__getattr__`. However, this is only applied for attribute look of instances, and doesn't apply for attribute lookup on the class object itself, such as when calling a classmethod or staticmethod. This commit exposes class methods and static methods in the wrapper class, if they are defined in the user-defined subclass. -- 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]
