TVMC - a command line driver for TVM (#6112)
authorLeandro Nunes <leandro.nunes@arm.com>
Sun, 16 Aug 2020 17:45:44 +0000 (18:45 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Aug 2020 17:45:44 +0000 (10:45 -0700)
commit36d1ed33eed8d3583667180738ae0b1fcb152486
tree89fa62fb342e2052a3a5db09cbfe4ae5d2533655
parent97779a948d4b67cc4d2f96f435731ccc29725f7a
TVMC - a command line driver for TVM (#6112)

* Introduce a command line driver to compile, run and tune models, using TVM graph runtime
 * Include tvmc tests and integrate tvmc with linting, testing and CI
 * RFC: https://discuss.tvm.ai/t/rfc-a-tvm-command-line-interface/5165

Co-authored-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
Co-authored-by: Matthew Barrett <Matthew.Barrett@arm.com>
Co-authored-by: Dmitriy Smirnov <dmitriy.smirnov@arm.com>
Co-authored-by: Luke Hutton <luke.hutton@arm.com>
Co-authored-by: Giuseppe Rossini <giuseppe.rossini@arm.com>
Co-authored-by: Matthew Barrett <matthew.barrett@arm.com>
Co-authored-by: Elen Kalda <elen.kalda@arm.com>
Co-authored-by: Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Co-authored-by: Jeremy Johnson <jeremy.johnson@arm.com>
Co-authored-by: Ina Dobreva <Ina.Dobreva@arm.com>
Co-authored-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
Co-authored-by: Matthew Barrett <Matthew.Barrett@arm.com>
Co-authored-by: Dmitriy Smirnov <dmitriy.smirnov@arm.com>
Co-authored-by: Luke Hutton <luke.hutton@arm.com>
Co-authored-by: Giuseppe Rossini <giuseppe.rossini@arm.com>
Co-authored-by: Elen Kalda <elen.kalda@arm.com>
Co-authored-by: Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Co-authored-by: Jeremy Johnson <jeremy.johnson@arm.com>
Co-authored-by: Ina Dobreva <Ina.Dobreva@arm.com>
python/setup.py
python/tvm/driver/tvmc/__init__.py [new file with mode: 0644]
python/tvm/driver/tvmc/__main__.py [new file with mode: 0644]
python/tvm/driver/tvmc/common.py [new file with mode: 0644]
python/tvm/driver/tvmc/main.py [new file with mode: 0644]