This is an automated email from the ASF dual-hosted git repository.
leandron pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from a769ece [AOT] Initial implementation of --unpacked-api (#8023)
add a1cd6d5 fix py files (#8194)
No new revisions were added by this update.
Summary of changes:
apps/extension/python/tvm_ext/__init__.py | 2 +-
python/tvm/_ffi/_ctypes/packed_func.py | 2 +-
python/tvm/arith/analyzer.py | 2 +-
python/tvm/auto_scheduler/loop_state.py | 8 ++--
python/tvm/auto_scheduler/measure.py | 8 ++--
python/tvm/auto_scheduler/search_policy.py | 2 +-
python/tvm/auto_scheduler/task_scheduler.py | 2 +-
python/tvm/auto_scheduler/utils.py | 4 +-
python/tvm/contrib/cc.py | 2 +-
python/tvm/contrib/peak.py | 2 +-
python/tvm/contrib/tedd.py | 2 +-
python/tvm/driver/tvmc/autotuner.py | 2 +-
python/tvm/driver/tvmc/frontends.py | 12 +++---
python/tvm/driver/tvmc/main.py | 2 +-
python/tvm/relay/analysis/feature.py | 2 +-
python/tvm/relay/backend/executor_factory.py | 4 +-
python/tvm/relay/frontend/caffe.py | 46 +++++++++++-----------
python/tvm/relay/frontend/tflite_flexbuffer.py | 10 ++---
python/tvm/relay/op/contrib/arm_compute_lib.py | 2 +-
python/tvm/relay/op/image/_image.py | 2 +-
python/tvm/relay/testing/temp_op_attr.py | 2 +-
python/tvm/script/node.py | 2 +-
python/tvm/script/scope_handler.py | 28 ++++++-------
python/tvm/script/special_stmt.py | 4 +-
python/tvm/te/hybrid/module.py | 2 +-
python/tvm/topi/arm_cpu/arm_utils.py | 6 +--
python/tvm/topi/arm_cpu/bitserial_conv2d.py | 2 +-
python/tvm/topi/arm_cpu/conv2d.py | 2 +-
python/tvm/topi/arm_cpu/conv2d_gemm.py | 6 +--
python/tvm/topi/arm_cpu/conv2d_int8.py | 12 +++---
python/tvm/topi/bifrost/dense.py | 2 +-
python/tvm/topi/bifrost/depthwise_conv2d.py | 2 +-
python/tvm/topi/cuda/conv2d_hwnc_tensorcore.py | 2 +-
python/tvm/topi/image/resize.py | 6 +--
python/tvm/topi/intel_graphics/conv2d.py | 2 +-
python/tvm/topi/mali/dense.py | 2 +-
python/tvm/topi/mali/depthwise_conv2d.py | 2 +-
python/tvm/topi/nn/conv2d.py | 2 +-
python/tvm/topi/nn/depthwise_conv2d.py | 2 +-
python/tvm/topi/testing/adaptive_pool_python.py | 6 +--
python/tvm/topi/testing/bilinear_resize_python.py | 2 +-
.../tvm/topi/testing/trilinear_resize3d_python.py | 2 +-
python/tvm/topi/testing/upsampling_python.py | 8 ++--
python/tvm/topi/utils.py | 2 +-
python/tvm/topi/x86/bitserial_conv2d.py | 4 +-
python/tvm/topi/x86/conv3d.py | 2 +-
tests/python/relay/test_pass_legalize.py | 2 +-
.../unittest/test_autotvm_flop_calculator.py | 2 +-
tutorials/dev/low_level_custom_pass.py | 4 +-
vta/python/vta/top/graphpack.py | 6 +--
vta/python/vta/top/op.py | 2 +-
vta/python/vta/top/vta_conv2d.py | 2 +-
vta/python/vta/top/vta_group_conv2d.py | 2 +-
vta/python/vta/transform.py | 2 +-
54 files changed, 127 insertions(+), 127 deletions(-)