You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/11/05 01:58:01 UTC

[incubator-mxnet] branch master updated (27ae77d -> 94f55b1)

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

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


    from 27ae77d  numpy tril_indices large tensor fix (#19381)
     add 94f55b1  Avoid segfault when calling __repr__ on ndarray or symbol with freed handle (#19475)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/_ctypes/ndarray.py      |  4 +++-
 python/mxnet/_ctypes/symbol.py       |  4 +++-
 python/mxnet/cython/ndarray.pyx      |  3 +++
 python/mxnet/cython/symbol.pyx       |  3 +++
 python/mxnet/ndarray/ndarray.py      | 11 +++++++----
 python/mxnet/numpy/multiarray.py     | 29 ++++++++++++++++-------------
 python/mxnet/symbol/numpy/_symbol.py | 11 +++++++----
 python/mxnet/symbol/symbol.py        | 13 ++++++++-----
 8 files changed, 50 insertions(+), 28 deletions(-)