[TESTS] Decrease test times by introducing testing model (#6235)
authorTristan Konolige <tristan.konolige@gmail.com>
Fri, 14 Aug 2020 16:15:00 +0000 (09:15 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Aug 2020 16:15:00 +0000 (09:15 -0700)
commit37912a1bf892bcac6a71255e7ae522b33f4e7ac6
tree55c932d238b9f81a96ed5fe5eb99fd866af2ce3a
parent4b2c01a8fcba1f5941ccd18d2b1940fe8cefa7f1
[TESTS] Decrease test times by introducing testing model (#6235)

Adds a new testing model `tvm.relay.testing.synthetic` which is a small,
but representative model. Replaces resnet with this model in many tests.
14 files changed:
python/tvm/relay/testing/__init__.py
python/tvm/relay/testing/init.py
python/tvm/relay/testing/synthetic.py [new file with mode: 0644]
tests/micro/test_runtime_micro_on_arm.py
tests/python/relay/test_analysis_extract_fused_functions.py
tests/python/relay/test_change_batch.py
tests/python/relay/test_pass_auto_quantize.py
tests/python/relay/test_vm.py
tests/python/relay/test_vm_serialization.py
tests/python/unittest/test_autotvm_graph_tuner_utils.py
tests/python/unittest/test_runtime_micro.py
tests/python/unittest/test_runtime_module_based_interface.py
tests/python/unittest/test_runtime_module_export.py
tests/python/unittest/test_target_codegen_blob.py