[Docs] Add API reference for tvm.arith, tvm.testing, tvm.exec, tvm.tirx.backend and extend topi/contrib/ir/target docs #19379
[Docs] Add API reference for tvm.arith, tvm.testing, tvm.exec, tvm.tirx.backend and extend topi/contrib/ir/target docs #19379tlopex wants to merge 3 commits intoapache:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request expands the Python API documentation by adding several new modules and sub-modules, including tvm.arith, tvm.exec, tvm.testing, and various components within contrib, ir, target, tirx, and topi. Feedback focuses on maintaining alphabetical order in the main index and ensuring consistent heading styles and non-redundant titles in the newly created documentation files.
|
|
||
| error | ||
| ir | ||
| arith |
| testing | ||
| exec |
| tirx/analysis | ||
| tirx/stmt_functor | ||
| tirx/transform | ||
| tirx/backend |
| tvm.tirx.backend | ||
| ================ | ||
|
|
||
| tvm.tirx.backend | ||
| ***************** | ||
| .. automodule:: tvm.tirx.backend | ||
| :members: | ||
| :imported-members: | ||
|
|
||
| tvm.tirx.backend.adreno | ||
| *********************** | ||
| .. automodule:: tvm.tirx.backend.adreno | ||
| :members: | ||
| :imported-members: |
There was a problem hiding this comment.
The heading style in this file is inconsistent with other API reference files in this directory (which typically use - for the main title and ~ for sub-sections). Additionally, the title tvm.tirx.backend is redundant as it appears twice.
Please ensure the underline length matches the title length exactly.
| tvm.tirx.backend | |
| ================ | |
| tvm.tirx.backend | |
| ***************** | |
| .. automodule:: tvm.tirx.backend | |
| :members: | |
| :imported-members: | |
| tvm.tirx.backend.adreno | |
| *********************** | |
| .. automodule:: tvm.tirx.backend.adreno | |
| :members: | |
| :imported-members: | |
| tvm.tirx.backend | |
| ---------------- | |
| .. automodule:: tvm.tirx.backend | |
| :members: | |
| :imported-members: | |
| tvm.tirx.backend.adreno | |
| ~~~~~~~~~~~~~~~~~~~~~~~ | |
| .. automodule:: tvm.tirx.backend.adreno | |
| :members: | |
| :imported-members: |
as per title