This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from b979bf6 [DYNAMIC] Add Dynamic reshape to a dynamic namespace and add
DynamicToStatic Pass (#5826)
add a4ebf92 [RELAY] Add resnet-3d & Update network definitions for NHWC
layout (#5945)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/testing/__init__.py | 1 +
python/tvm/relay/testing/dcgan.py | 48 +++++++----
python/tvm/relay/testing/dqn.py | 25 ++++--
python/tvm/relay/testing/layers.py | 21 +++++
python/tvm/relay/testing/mobilenet.py | 13 ++-
python/tvm/relay/testing/resnet.py | 22 +++--
.../tvm/relay/testing/{resnet.py => resnet_3d.py} | 98 +++++++++++-----------
tests/python/relay/test_autotvm_task_extraction.py | 9 ++
8 files changed, 157 insertions(+), 80 deletions(-)
copy python/tvm/relay/testing/{resnet.py => resnet_3d.py} (79%)