This is an automated email from the ASF dual-hosted git repository.
jroesch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 4b2c01a [Parser] Add support for parsing the any dimension. (#6277)
add 37912a1 [TESTS] Decrease test times by introducing testing model
(#6235)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/testing/__init__.py | 1 +
python/tvm/relay/testing/init.py | 10 ++
python/tvm/relay/testing/synthetic.py | 120 +++++++++++++++++++++
tests/micro/test_runtime_micro_on_arm.py | 1 -
.../relay/test_analysis_extract_fused_functions.py | 4 +-
tests/python/relay/test_change_batch.py | 10 +-
tests/python/relay/test_pass_auto_quantize.py | 13 +--
tests/python/relay/test_vm.py | 2 +-
tests/python/relay/test_vm_serialization.py | 9 +-
.../unittest/test_autotvm_graph_tuner_utils.py | 4 +-
tests/python/unittest/test_runtime_micro.py | 1 -
.../test_runtime_module_based_interface.py | 61 ++++++-----
.../python/unittest/test_runtime_module_export.py | 30 +++---
tests/python/unittest/test_target_codegen_blob.py | 16 +--
14 files changed, 209 insertions(+), 73 deletions(-)
create mode 100644 python/tvm/relay/testing/synthetic.py