cyx-6 opened a new pull request, #13713: URL: https://github.com/apache/tvm/pull/13713
Initially, the functions like `T.int8`, `T.uint32` and `T.float64x64` were generated by loops and use `globals()` to add symbols globally to reduce code complexity. But for linters like Pylint may not be able to look into `globals()`, where the functions defined implicitly. This pr refactors the definitions of these functions explicitly for better linter experience. -- 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]
