Files
apache--tvm/python
Masahiro Masuda a4be2ed904 [TVMScript] Support inlined function call as a sugar (#11324)
* [TVMScript] Support function call to help construct AST

* add test

* update test

* more comment

* fix for avoiding Buffer.vload(...) case

* update parse error msg

* wrap func call with try / catch, emit error msg

* silence pylint
2022-05-18 17:56:10 +09:00
..