Add missing tvm.micro.project_api module file#8944
Add missing tvm.micro.project_api module file#8944leandron wants to merge 1 commit intoapache:mainfrom leandron:project_api_module_file
Conversation
|
Having this as a Python module now uncovered some 30-ish linter failures, I'm gonna fix them. |
|
@areusch In general would an user (tvmc) import |
When using it from a packaged |
|
uhhh weird how did that pass regression? very sorry about that! thanks for fixing the lint problems. @gromero in general i'd expect most users to use tvm.micro.project, not tvm.micro.project_api. |
Probably because it uses a source tree to run the tests. |
* Add missing tvm.micro.project_api module file. The missing __init__.py makes it impossible to import this module with `import tvm.micro.project_api`. * This uncover 30-ish linting errors, which are also fixed here.
Add missing tvm.micro.project_api module file
__init__.pymakes it impossible toimport tvm.micro.project_api, which is indirectly done intvmctlcpackas the module is not included in the package at allcc @tqchen @areusch @gromero @manupa-arm @Mousius for reviews