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

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


    from b3bbbbe  Docs: Python tutorials doc fixes (#17435)
     add eceb5f2  [submodule] Update tvm to the latest (#17438)

No new revisions were added by this update.

Summary of changes:
 3rdparty/tvm                                       |  2 +-
 .../pages/api/cpp/docs/tutorials/subgraphAPI.md    |  4 +-
 docs/static_site/src/pages/api/faq/new_op.md       |  4 +-
 include/mxnet/imperative.h                         | 10 +--
 include/mxnet/op_attr_types.h                      |  2 +-
 src/c_api/c_api.cc                                 |  2 +-
 src/c_api/c_api_function.cc                        |  4 +-
 src/c_api/c_api_symbolic.cc                        | 10 +--
 src/common/exec_utils.cc                           | 10 +--
 src/executor/eliminate_common_expr_pass.cc         | 28 ++++----
 src/executor/exec_pass.h                           |  4 +-
 src/executor/graph_executor.cc                     | 16 ++---
 src/executor/infer_graph_attr_pass.cc              |  8 +--
 src/executor/pointwise_fusion_pass.cc              | 18 ++---
 src/executor/simple_partition_pass.h               | 14 ++--
 src/imperative/cached_op.cc                        |  4 +-
 src/imperative/cached_op.h                         |  6 +-
 src/imperative/imperative.cc                       | 14 ++--
 src/nnvm/amp_infer_unknown.cc                      | 12 ++--
 src/nnvm/gradient.cc                               | 20 +++---
 src/nnvm/graph_editor.cc                           |  6 +-
 src/nnvm/legacy_json_util.cc                       |  2 +-
 src/nnvm/legacy_op_util.cc                         |  6 +-
 src/nnvm/low_precision_pass.cc                     | 42 ++++++------
 src/nnvm/node_op_util.h                            |  4 +-
 src/nnvm/plan_memory.cc                            |  2 -
 src/nnvm/tvm_bridge.cc                             |  4 +-
 src/operator/batch_norm_v1.cc                      |  2 +-
 src/operator/contrib/amp_graph_pass.cc             |  4 +-
 src/operator/contrib/roi_align.cc                  |  2 +-
 src/operator/contrib/sync_batch_norm.cc            |  2 +-
 src/operator/control_flow.cc                       |  6 +-
 src/operator/custom/custom.cc                      |  6 +-
 src/operator/elemwise_op_common.h                  | 10 +--
 src/operator/fusion/fused_op.cc                    | 16 ++---
 src/operator/fusion/fused_op.h                     | 12 ++--
 src/operator/identity_attach_KL_sparse_reg.cc      |  2 +-
 src/operator/leaky_relu.cc                         |  2 +-
 src/operator/nn/activation.cc                      |  2 +-
 src/operator/nn/batch_norm.cc                      |  8 +--
 src/operator/nn/concat.cc                          |  2 +-
 src/operator/nn/convolution.cc                     |  2 +-
 src/operator/nn/cudnn/cudnn_batch_norm.cc          |  2 +-
 src/operator/nn/deconvolution.cc                   |  2 +-
 src/operator/nn/dropout.cc                         |  2 +-
 src/operator/nn/fully_connected.cc                 |  4 +-
 src/operator/nn/group_norm.cc                      |  2 +-
 src/operator/nn/layer_norm.cc                      |  2 +-
 src/operator/nn/lrn.cc                             |  2 +-
 src/operator/nn/softmax-inl.h                      |  2 +-
 src/operator/nn/upsampling.cc                      |  4 +-
 src/operator/numpy/np_broadcast_reduce_op_value.cc |  2 +-
 .../numpy/np_elemwise_broadcast_logic_op.cc        |  6 +-
 src/operator/numpy/np_matrix_op.cc                 | 10 +--
 src/operator/numpy/np_where_op.cc                  |  2 +-
 src/operator/operator_common.h                     | 16 ++---
 src/operator/quantization/quantize_graph_pass.cc   | 76 +++++++++++-----------
 src/operator/quantization/quantized_activation.cc  |  2 +-
 src/operator/quantization/quantized_batch_norm.cc  |  2 +-
 src/operator/quantization/quantized_concat.cc      |  2 +-
 src/operator/quantization/quantized_conv.cc        |  2 +-
 .../quantization/quantized_elemwise_add.cc         |  2 +-
 .../quantization/quantized_elemwise_mul.cc         |  2 +-
 src/operator/quantization/quantized_flatten.cc     |  2 +-
 .../quantization/quantized_fully_connected.cc      |  2 +-
 src/operator/quantization/quantized_indexing_op.cc |  2 +-
 src/operator/quantization/quantized_pooling.cc     |  2 +-
 src/operator/random/sample_multinomial_op.cc       |  2 +-
 src/operator/random/sample_op.h                    | 62 +++++++++---------
 src/operator/regression_output-inl.h               |  2 +-
 src/operator/rnn.cc                                |  2 +-
 src/operator/softmax_output.cc                     |  4 +-
 src/operator/subgraph/build_subgraph.cc            |  9 +--
 src/operator/subgraph/common.h                     |  2 +-
 src/operator/subgraph/default_subgraph_property.cc |  4 +-
 .../subgraph/default_subgraph_property_v2.cc       |  4 +-
 src/operator/subgraph/mkldnn/mkldnn_conv.cc        |  6 +-
 .../subgraph/mkldnn/mkldnn_conv_property.h         | 12 ++--
 .../mkldnn_elemwisemul_post_quantize_property.h    | 12 ++--
 src/operator/subgraph/mkldnn/mkldnn_fc.cc          |  6 +-
 .../mkldnn/mkldnn_fc_post_quantize_property.h      | 12 ++--
 src/operator/subgraph/mkldnn/mkldnn_fc_property.h  |  8 +--
 .../mkldnn/mkldnn_post_quantize_property.h         | 10 +--
 .../partitioner/custom_subgraph_property.h         |  4 +-
 src/operator/subgraph/subgraph_property.h          | 10 +--
 src/operator/subgraph/tensorrt/tensorrt-inl.h      |  8 +--
 src/operator/tensor/broadcast_reduce_op.h          |  4 +-
 src/operator/tensor/broadcast_reduce_op_index.cc   |  2 +-
 src/operator/tensor/broadcast_reduce_op_value.cc   |  2 +-
 src/operator/tensor/control_flow_op.cc             |  2 +-
 src/operator/tensor/dot.cc                         |  6 +-
 src/operator/tensor/elemwise_sum.cc                |  4 +-
 src/operator/tensor/elemwise_unary_op_basic.cc     | 12 ++--
 src/operator/tensor/elemwise_unary_op_logexp.cc    | 10 +--
 src/operator/tensor/elemwise_unary_op_pow.cc       | 12 ++--
 src/operator/tensor/elemwise_unary_op_trig.cc      | 24 +++----
 src/operator/tensor/indexing_op.cc                 | 12 ++--
 src/operator/tensor/la_op.h                        |  2 +-
 src/operator/tensor/matrix_op.cc                   |  2 +-
 src/operator/tensor/ordering_op.cc                 |  4 +-
 src/operator/tensor/sparse_retain.cc               |  2 +-
 src/operator/tvmop/op_module.cc                    |  2 +-
 tests/cpp/include/test_core_op.h                   | 14 ++--
 103 files changed, 392 insertions(+), 393 deletions(-)

Reply via email to