This is an automated email from the ASF dual-hosted git repository.
kevinthesun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 79ce87f [Relay][Frontend][TFLite] Add parser support for logical
operators (#4642)
add 5ea4f0d [Relay] Conv2D padding representation (#4787)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/nn/nn.py | 23 ++++++++--
python/tvm/relay/op/nn/util.py | 56 +++++++++++++++++++++++++
tests/python/relay/test_pass_alter_op_layout.py | 2 +-
tests/python/unittest/test_graph_tuner_core.py | 22 +++++-----
topi/python/topi/cuda/conv2d.py | 3 +-
5 files changed, 90 insertions(+), 16 deletions(-)
create mode 100644 python/tvm/relay/op/nn/util.py