onnxruntime-tvm/vta/tutorials
Thierry Moreau 028f47ce65 [VTA][Relay] Extending Vision model coverage compilation for VTA (#3740)
* adding support for graphpack over multiply op

* increasing resnet model coverage

* fix indentation

* lint

* moving recursion limit fix into graphpack pass

* moving recursionlimit to relay init

* pooling on NCHWnc format

* adding more models

* deploy_resnet_on_vta.py

* trailing line

* generalizing to vision models

* merge conflicts

* fix, apply quantization to VTA only

* improving comments

* trimming models that have runtime issues for the moment

* lint

* lint

* lint
2019-09-05 11:17:09 -07:00
..
autotvm [VTA] Support for batched inference (#3661) 2019-07-30 14:01:31 -07:00
frontend [VTA][Relay] Extending Vision model coverage compilation for VTA (#3740) 2019-09-05 11:17:09 -07:00
optimize [VTA] TSIM improvements and fixes (#3505) 2019-07-07 23:47:48 -07:00
README.txt [VTA][Relay] Relay Compilation + AutoTVM compatible operator libraries for VTA (#3135) 2019-06-28 09:28:20 -07:00
matrix_multiply.py [VTA] TSIM improvements and fixes (#3505) 2019-07-07 23:47:48 -07:00
vta_get_started.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00

README.txt

VTA Tutorials
=============
This page contains tutorials about VTA and how to use TVM/Relay to target VTA.