You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/08/12 22:19:41 UTC

[incubator-mxnet] branch master updated (dba682a -> f70a695)

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

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


    from dba682a  [DOC][v2.0] Part1: Link Check (#20487)
     add f70a695  [CI] Fix centos CI & website build (#20512)

No new revisions were added by this update.

Summary of changes:
 docs/python_docs/python/scripts/conf.py                               | 3 +++
 .../python/tutorials/packages/gluon/blocks/custom-layer.md            | 4 ++--
 .../python/tutorials/packages/gluon/training/normalization/index.md   | 2 +-
 .../python/tutorials/packages/legacy/ndarray/sparse/row_sparse.md     | 2 +-
 .../python/tutorials/packages/onnx/inference_on_onnx_model.md         | 4 ++--
 docs/python_docs/python/tutorials/performance/backend/profiler.md     | 2 +-
 python/mxnet/gluon/block.py                                           | 4 ++--
 python/mxnet/gluon/nn/basic_layers.py                                 | 2 +-
 python/mxnet/ndarray/numpy_extension/_op.py                           | 2 +-
 python/mxnet/numpy_extension/_op.py                                   | 2 +-
 src/common/cuda/rtc.cc                                                | 2 +-
 src/operator/tensor/dot.cc                                            | 2 +-
 src/operator/tensor/indexing_op.cc                                    | 2 +-
 13 files changed, 18 insertions(+), 15 deletions(-)