This is an automated email from the ASF dual-hosted git repository.
anijain2305 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from b1eb97a Fix the runtime raise error (#5586)
add d0b15fe [RELAY][Convert Layout] Specify additional layouts in convert
layout pass (#5422)
No new revisions were added by this update.
Summary of changes:
docs/dev/convert_layout.rst | 52 ++++++--
include/tvm/relay/op_attr_types.h | 6 +-
include/tvm/relay/transform.h | 6 +-
python/tvm/relay/op/nn/_nn.py | 55 +++++---
python/tvm/relay/qnn/op/layout_conversions.py | 28 ++--
python/tvm/relay/transform/transform.py | 11 +-
src/relay/transforms/convert_layout.cc | 28 ++--
tests/python/relay/test_pass_convert_op_layout.py | 152 ++++++++++++++++++++--
8 files changed, 267 insertions(+), 71 deletions(-)