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 2020/07/20 18:45:19 UTC

[incubator-mxnet] branch master updated (146b49e -> bf26bcc)

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 146b49e  Unittest tolerance handling improvements (#18694)
     add bf26bcc  [NumPy] enable large tensor in np (#18368)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/numpy/multiarray.py     | 104 +++++++++++++++++++++++++++++------
 tests/nightly/test_np_large_array.py |  78 ++++++++++++++++++++++++++
 2 files changed, 165 insertions(+), 17 deletions(-)
 create mode 100644 tests/nightly/test_np_large_array.py