You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ar...@apache.org on 2019/05/13 03:31:37 UTC

[incubator-mxnet] branch master updated (d577b6f -> f67d067)

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

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


    from d577b6f  [MXNET-1352] Allow dynamic shape in while_loop and if conditionals (#14393)
     add f67d067  Add numpy linspace (#14927)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/ndarray.py       | 57 ++++++++++++++++++++++++++---
 python/mxnet/symbol/symbol.py         | 40 +++++++++++++++++++-
 src/operator/tensor/init_op.cc        | 11 ++++++
 src/operator/tensor/init_op.cu        |  3 ++
 src/operator/tensor/init_op.h         | 69 +++++++++++++++++++++++++++++++++++
 tests/python/unittest/test_ndarray.py | 17 +++++++++
 6 files changed, 190 insertions(+), 7 deletions(-)