tqchen opened a new pull request, #19940: URL: https://github.com/apache/tvm/pull/19940
Replace the nested `DocToPythonScript` invocation in Relax dependent-shape printing with an expression-string Doc rendered during the active `PythonDocPrinter` traversal. This keeps recursive IR-to-doc conversion inside the active docsifier, preserves naming, precedence, escaping, source paths, and printer configuration, and avoids a nested top-level renderer or a new public rendering entry point. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
