Hzfengsy opened a new pull request, #18067: URL: https://github.com/apache/tvm/pull/18067
This commit adds a new IsBound method to the ConstIntBoundAnalyzer class that allows checking whether a variable is bound to a range. The method is exposed through both the C++ and Python APIs. Changes: - Add IsBound method to ConstIntBoundAnalyzer C++ class - Expose IsBound through FFI as is_bound_const_int - Add Python binding with proper type hints - Add test case to verify the functionality - Improve type annotations throughout the analyzer module -- 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]
