This is an automated email from the ASF dual-hosted git repository.
comaniac pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 5b2e504 Restore License (#8779)
add 3f881ab Expose FTVMInferCorrectLayout Python interface (#8755)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/op.py | 17 ++++++++
.../transform/infer_layout_utils.py} | 32 +++++++--------
src/relay/transforms/convert_layout.cc | 7 ++++
src/relay/transforms/infer_layout_utils.h | 9 +++++
tests/python/relay/test_pass_convert_op_layout.py | 45 ++++++++++++++++++++++
5 files changed, 91 insertions(+), 19 deletions(-)
copy python/tvm/{arith/bound.py => relay/transform/infer_layout_utils.py} (59%)
mode change 100644 => 100755