Files
apache--tvm/python
Christopher Sidebottom b0783b079e [TVMC] Add codegen args to tvmc (#10190)
* [TVMC] Add codegen args to tvmc

This enables external codegen arguments similar to those for `Target`s:

```
tvmc compile --target=cmsis-nn,c --target-cmsis-nn-mcpu=cortex-m55
```

* Add CMSIS-NN decorator to dependent tests
2022-02-09 14:29:20 +00:00
..