This is an automated email from the ASF dual-hosted git repository.
zhenghuijin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 23af413 Fast cuDNN BatchNorm NHWC kernels support (#20615)
add 2d090a2 [v2.0.0.beta0] License Update: **/*.md **/*.ipynb (#20628)
No new revisions were added by this update.
Summary of changes:
.licenserc.yaml | 19 +-
CONTRIBUTORS.md | 35 ++--
MKLDNN_README.md | 35 ++--
NEWS.md | 35 ++--
README.md | 35 ++--
SECURITY.md | 35 ++--
benchmark/opperf/README.md | 35 ++--
benchmark/opperf/nd_operations/README.md | 35 ++--
.../mxnet_operator_benchmark_results_cpu.md | 35 ++--
.../mxnet_operator_benchmark_results_gpu.md | 35 ++--
cd/README.md | 35 ++--
cd/python/pypi/README.md | 35 ++--
cd/utils/artifact_repository.md | 35 ++--
ci/README.md | 35 ++--
ci/docker/runtime_functions.sh | 1 +
ci/publish/README.md | 35 ++--
ci/publish/website/README.md | 35 ++--
cpp-package/README.md | 35 ++--
cpp-package/example/README.md | 35 ++--
cpp-package/example/feature_extract/README.md | 35 ++--
cpp-package/example/inference/README.md | 35 ++--
example/MXNetTutorialTemplate.ipynb | 224 +++++++++++----------
example/README.md | 35 ++--
example/adversary/README.md | 35 ++--
example/adversary/adversary_generation.ipynb | 26 ++-
example/bi-lstm-sort/README.md | 35 ++--
example/bi-lstm-sort/bi-lstm-sort.ipynb | 22 ++
example/distributed_training-horovod/README.md | 35 ++--
example/distributed_training/README.md | 35 ++--
example/extensions/lib_custom_op/README.md | 35 ++--
example/extensions/lib_external_ops/README.md | 35 ++--
example/extensions/lib_pass/README.md | 35 ++--
example/extensions/lib_subgraph/README.md | 35 ++--
example/gluon/actor_critic/README.md | 35 ++--
example/gluon/house_prices/README.md | 35 ++--
example/gluon/mnist/README.md | 35 ++--
example/gluon/super_resolution/README.md | 35 ++--
example/multi-task/README.md | 35 ++--
example/multi-task/multi-task-learning.ipynb | 26 ++-
example/probability/VAE/VAE.md | 35 ++--
example/profiler/README.md | 35 ++--
example/quantization/README.md | 35 ++--
example/recommenders/README.md | 35 ++--
example/recommenders/demo1-MF.ipynb | 46 +++--
example/recommenders/demo2-dssm.ipynb | 26 ++-
python/README.md | 35 ++--
python/mxnet/_cy3/README | 1 -
python/mxnet/_cy3/README.md | 20 ++
python/mxnet/cython/ndarray.pyx | 2 +-
python/mxnet/cython/symbol.pyx | 2 +-
python/mxnet/onnx/README.md | 34 ++--
tests/README.md | 35 ++--
tests/nightly/README.md | 35 ++--
.../model_backwards_compatibility_check/README.md | 35 ++--
tests/python/README.md | 35 ++--
tools/bandwidth/README.md | 35 ++--
tools/cfn/Readme.md | 35 ++--
tools/dependencies/README.md | 35 ++--
tools/pip/doc/CPU_ADDITIONAL.md | 35 ++--
tools/pip/doc/CU101_ADDITIONAL.md | 35 ++--
tools/pip/doc/CU102_ADDITIONAL.md | 35 ++--
tools/pip/doc/CU110_ADDITIONAL.md | 35 ++--
tools/pip/doc/CU112_ADDITIONAL.md | 35 ++--
tools/pip/doc/NATIVE_ADDITIONAL.md | 35 ++--
tools/pip/doc/PYPI_README.md | 35 ++--
tools/staticbuild/README.md | 35 ++--
tools/windowsbuild/README.md | 35 ++--
67 files changed, 1326 insertions(+), 1013 deletions(-)
delete mode 100644 python/mxnet/_cy3/README
create mode 100644 python/mxnet/_cy3/README.md