[Builder] Enhance variable name binding and scope management (#1378)
- Improved handling of TVM Var/Buffer names to prevent out-of-scope errors when reusing Python names across different for-frames. - Added assertions to ensure variables are defined within the correct control flow frame, enhancing error checking and code reliability.
Showing
Please register or sign in to comment