You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2021/02/04 14:51:34 UTC

[tvm] branch main updated (2e8133d -> 1de98be)

This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 2e8133d  [TFLite] Added check for dynamic range quantization (#7114)
     add 1de98be  Generate requirements.txt from Python spec (#7289)

No new revisions were added by this update.

Summary of changes:
 python/.gitignore                              |   1 +
 python/gen_requirements.py                     | 615 +++++++++++++++++++++++++
 python/setup.py                                |  40 +-
 tests/python/unittest/test_gen_requirements.py | 220 +++++++++
 4 files changed, 850 insertions(+), 26 deletions(-)
 create mode 100755 python/gen_requirements.py
 create mode 100644 tests/python/unittest/test_gen_requirements.py