This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from b46c254  [TEST] test_cuddn flaky (#4846)
     add b528acc  [LINT][PY] Fixes for pylint==2.4.4 (#4849)

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |  5 +-
 python/tvm/_ffi/base.py                            | 16 ++---
 python/tvm/autotvm/database.py                     |  1 +
 python/tvm/autotvm/feature.py                      |  3 +-
 python/tvm/autotvm/graph_tuner/base_graph_tuner.py |  1 -
 .../autotvm/graph_tuner/utils/traverse_graph.py    |  1 +
 python/tvm/autotvm/measure/measure.py              |  1 +
 python/tvm/autotvm/measure/measure_methods.py      |  6 +-
 python/tvm/autotvm/task/dispatcher.py              |  2 +
 python/tvm/autotvm/task/relay_integration.py       |  5 +-
 python/tvm/autotvm/task/topi_integration.py        |  2 +
 python/tvm/autotvm/tophub.py                       |  1 +
 python/tvm/autotvm/tuner/callback.py               |  1 +
 python/tvm/autotvm/tuner/sa_model_optimizer.py     |  2 +-
 python/tvm/autotvm/tuner/xgboost_cost_model.py     |  1 +
 python/tvm/build_module.py                         |  2 +-
 python/tvm/contrib/cc.py                           |  3 +-
 python/tvm/contrib/dlpack.py                       |  1 +
 python/tvm/contrib/download.py                     | 14 ++--
 python/tvm/contrib/mxnet.py                        |  2 +-
 python/tvm/contrib/util.py                         | 33 ---------
 python/tvm/hybrid/__init__.py                      |  3 +-
 python/tvm/hybrid/calls.py                         |  1 +
 python/tvm/hybrid/parser.py                        |  2 +-
 python/tvm/hybrid/util.py                          |  1 +
 python/tvm/relay/_parser.py                        |  6 +-
 python/tvm/relay/analysis.py                       |  2 +-
 python/tvm/relay/backend/_backend.py               |  3 +-
 python/tvm/relay/backend/compile_engine.py         |  2 +-
 python/tvm/relay/build_module.py                   |  5 +-
 python/tvm/relay/debug.py                          |  2 +-
 python/tvm/relay/expr.py                           |  6 +-
 python/tvm/relay/frontend/caffe2.py                |  1 +
 python/tvm/relay/frontend/common.py                |  5 +-
 python/tvm/relay/frontend/coreml.py                | 83 +++++++++++-----------
 python/tvm/relay/frontend/keras.py                 |  5 +-
 python/tvm/relay/frontend/nnvm_common.py           |  4 +-
 python/tvm/relay/frontend/onnx.py                  |  1 +
 python/tvm/relay/frontend/tensorflow.py            |  1 +
 python/tvm/relay/frontend/tensorflow_parser.py     |  4 +-
 python/tvm/relay/frontend/tflite.py                |  6 +-
 python/tvm/relay/op/__init__.py                    |  1 +
 python/tvm/relay/op/_transform.py                  | 21 +++---
 python/tvm/relay/op/nn/_nn.py                      |  5 +-
 python/tvm/relay/op/transform.py                   |  2 +
 python/tvm/relay/parser.py                         |  1 +
 python/tvm/relay/qnn/op/op.py                      |  2 +-
 python/tvm/relay/quantize/_partition.py            | 10 +--
 python/tvm/relay/quantize/quantize.py              |  2 +-
 python/tvm/relay/scope_builder.py                  |  3 +-
 python/tvm/relay/testing/darknet.py                |  2 +-
 python/tvm/relay/testing/resnet.py                 | 35 ++++-----
 python/tvm/relay/testing/tf.py                     |  4 +-
 python/tvm/relay/testing/yolo_detection.py         |  3 +-
 python/tvm/rpc/proxy.py                            |  5 +-
 python/tvm/rpc/server.py                           | 16 ++---
 python/tvm/rpc/tornado_util.py                     |  4 +-
 python/tvm/rpc/tracker.py                          |  3 +-
 python/tvm/runtime/module.py                       |  2 +-
 python/tvm/runtime/ndarray.py                      |  2 +-
 python/tvm/tensor.py                               |  1 -
 python/tvm/tensor_intrin.py                        |  2 +-
 topi/python/topi/arm_cpu/conv2d.py                 |  5 +-
 topi/python/topi/bifrost/conv2d.py                 |  3 +-
 topi/python/topi/cuda/conv2d_winograd.py           |  2 +-
 topi/python/topi/cuda/nms.py                       |  5 +-
 topi/python/topi/cuda/rcnn/proposal.py             |  4 +-
 topi/python/topi/cuda/softmax.py                   |  6 +-
 topi/python/topi/cuda/sort.py                      |  1 +
 topi/python/topi/cuda/vision.py                    |  2 +-
 topi/python/topi/hls/nn.py                         |  2 +-
 topi/python/topi/intel_graphics/conv2d.py          | 22 +++---
 topi/python/topi/nn/bitserial_util.py              |  3 +-
 topi/python/topi/nn/conv2d.py                      |  5 +-
 topi/python/topi/nn/fifo_buffer.py                 |  2 +-
 topi/python/topi/opengl/softmax.py                 |  2 +-
 topi/python/topi/testing/one_hot.py                |  2 +-
 topi/python/topi/transform.py                      |  9 +--
 topi/python/topi/util.py                           |  3 +-
 topi/python/topi/vision/rcnn/proposal.py           |  4 +-
 topi/python/topi/x86/conv2d.py                     |  4 +-
 topi/python/topi/x86/conv2d_alter_op.py            |  2 +-
 topi/python/topi/x86/conv2d_int8.py                |  4 +-
 topi/python/topi/x86/nn.py                         |  2 +-
 topi/python/topi/x86/util.py                       |  2 +-
 vta/python/vta/bitstream.py                        |  9 ++-
 vta/python/vta/environment.py                      |  4 +-
 vta/python/vta/exec/rpc_server.py                  |  1 +
 vta/python/vta/ir_pass.py                          |  4 +-
 vta/python/vta/program_bitstream.py                |  1 +
 vta/python/vta/top/graphpack.py                    | 11 ++-
 vta/python/vta/top/op.py                           | 14 ++--
 vta/scripts/tune_conv2d.py                         |  1 -
 vta/scripts/tune_conv2d_transpose.py               |  1 -
 vta/scripts/tune_dense.py                          |  1 -
 vta/scripts/tune_group_conv2d.py                   |  1 -
 96 files changed, 238 insertions(+), 278 deletions(-)

Reply via email to