This is an automated email from the ASF dual-hosted git repository.
zhic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 8781d1f [TEST][FLAKY] fix random fail (#6312)
add 158e9be [RELAY][DYN] Dynamic upsampling relay op (#6273)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/dyn/nn/_nn.py | 49 ++++++++-
python/tvm/relay/op/nn/nn.py | 10 +-
python/tvm/topi/nn/upsampling.py | 28 +++--
src/relay/op/dyn/nn/upsampling.cc | 123 ++++++++++++++++++++++
src/relay/op/make_op.h | 3 +
src/relay/op/nn/upsampling.cc | 31 +-----
src/relay/op/nn/upsampling.h | 67 ++++++++++++
src/relay/transforms/dynamic_to_static.cc | 15 +++
tests/python/relay/dyn/test_dynamic_op_level2.py | 51 +++++++++
tests/python/relay/test_pass_dynamic_to_static.py | 23 +++-
10 files changed, 359 insertions(+), 41 deletions(-)
create mode 100644 src/relay/op/dyn/nn/upsampling.cc
create mode 100644 src/relay/op/nn/upsampling.h