This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 7b9d3d9dc6 [Relax] Move GetUsedVars to analysis module (#18632)
add e46c0610e9 [Relax][Onnx] Pass output_padding param in ConvTranspose
(#18635)
add 304a74a63c [Relax] Add FRelaxInferLayout and TMixedPrecisionPolicy for
dynamic_strided_slice (#18633)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 1 +
src/relax/op/nn/convolution.cc | 2 +-
src/relax/op/tensor/index.cc | 20 +++++++-
tests/python/relax/test_frontend_onnx.py | 6 ++-
.../python/relax/test_transform_convert_layout.py | 52 +++++++++++++++++++++
.../relax/test_transform_to_mixed_precision.py | 53 ++++++++++++++++++++++
6 files changed, 130 insertions(+), 4 deletions(-)