This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 5056eb751b Change new concat (#11800)
add 98fb955a51 [Relay][Op] MetaSchedule layout in TypeRel (#11819)
add 6ed3ab3e33 [TFLite] Support quantized EQUAL op in TFLite frontend
(#11520)
add 1e0e9548a6 [CPP-RPC] Fix command line argument capture (#11801)
add 698e7adb4a [microTVM][RVM] Reuse QEMU installation config and fix bug
in RVM testing (#11808)
No new revisions were added by this update.
Summary of changes:
apps/cpp_rpc/main.cc | 6 +-
apps/microtvm/reference-vm/base-box-tool.py | 4 ++
.../microtvm/reference-vm/base_box_setup_common.sh | 4 +-
apps/microtvm/reference-vm/rebuild-tvm.sh | 6 +-
include/tvm/relay/attrs/nn.h | 18 +++--
python/tvm/relay/frontend/tflite.py | 6 +-
src/relay/op/nn/convolution.cc | 60 ++++++++++------
src/relay/op/nn/nn.h | 54 ++++++++++-----
src/relay/transforms/fold_explicit_padding.cc | 1 +
tests/python/frontend/tflite/test_forward.py | 81 +++++++++++++++-------
tests/scripts/task_config_build_qemu.sh | 1 +
11 files changed, 156 insertions(+), 85 deletions(-)