Files
apache--tvm/python
Christopher Sidebottom 9112b6e259 Allow tvmc to compile models with AOT executor in MLF (#8331)
* Allow tvmc to compile models with AOT executor

The tflite_compiled_model fixture was getting duplicated a few times so
I've added a parameterized fixture tflite_tvmc_compiler which combines
tmpdir_factory setup with compile_model

Nested targets broke a basic string split, so in cases where we use
nested targets I replaced the string split with shlex split

* Clarify that graph JSON is required only for graph executor

Plus other clean ups

* Change parametrize fixture to use string instead of list
2021-07-01 10:37:07 +01:00
..