You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ra...@apache.org on 2019/10/18 03:39:59 UTC

[incubator-mxnet] branch master updated (77e9898 -> f2ed1d4)

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

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


    from 77e9898  Bug fix for the input of same axes of the swapaxes operator (#16513)
     add f2ed1d4  added support for large tensors for Dropout operator and tests to verify support for more operators (#16409)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/dropout-inl.h                      |  12 +-
 src/operator/tensor/elemwise_binary_broadcast_op.h |   5 +-
 tests/nightly/test_large_array.py                  | 240 +++++++++++++++++++++
 3 files changed, 249 insertions(+), 8 deletions(-)