This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 6f5b674 [BYOC][TensorRT] Add TensorRT own int8 calibration support to
TensorRT BYOC integration (#8808)
add 777ace3 [Relay][Pass] Add ExtractOperators pass (#8996)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/analysis/analysis.py | 17 +++++
src/relay/analysis/extract_operators.cc | 75 +++++++++++++++++++
...tions.py => test_analysis_extract_operators.py} | 86 +++++++++++-----------
3 files changed, 136 insertions(+), 42 deletions(-)
create mode 100644 src/relay/analysis/extract_operators.cc
copy tests/python/relay/{test_analysis_extract_fused_functions.py =>
test_analysis_extract_operators.py} (51%)