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 a393b47563 [Relax] Add FInferMixedPrecision and FRelaxInferLayout for
conv transpose ops (#18629)
add 7b9d3d9dc6 [Relax] Move GetUsedVars to analysis module (#18632)
No new revisions were added by this update.
Summary of changes:
include/tvm/relax/analysis.h | 12 ++++++++++++
python/tvm/relax/analysis/__init__.py | 1 +
python/tvm/relax/analysis/analysis.py | 20 ++++++++++++++++++++
src/relax/analysis/udchain.cc | 21 ++++++++++++++++++++-
src/relax/ir/binding_rewrite.cc | 12 +-----------
tests/python/relax/test_analysis.py | 23 +++++++++++++++++++++++
6 files changed, 77 insertions(+), 12 deletions(-)