tqchen opened a new pull request, #19889: URL: https://github.com/apache/tvm/pull/19889
This PR introduces Relax AnyType as the primary top/base type spelling, replacing the previous ObjectType naming for the type that represents any Relax value. Changes: - Add AnyType/AnyTypeNode with relax.AnyType registration and keep ObjectType/R.Object compatibility aliases. - Update Relax type analysis, type visitors, opaque function defaults, and script printer/parser handling to use AnyType/R.Any. - Migrate affected Python/C++ call sites, docs, and focused tests to the new spelling. Validation: - cmake --build build --parallel 16 - Focused Relax/TVMScript pytest: 704 passed, 1 xfailed - pre_commit run --files <changed files> -- 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]
