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 2018/08/22 20:10:15 UTC

[incubator-mxnet] branch master updated (a3add6a -> 902c579)

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 a3add6a  [MXNET-850] Fix incorrect abs function call (#12262)
     add 902c579  Make the output format of control flow operators consistent with their UDFs (#12209)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/contrib.py                    | 124 +++++-----
 python/mxnet/symbol/contrib.py                     | 223 ++++++++---------
 tests/python/unittest/test_contrib_control_flow.py | 263 ++++++++++++++++++++-
 3 files changed, 443 insertions(+), 167 deletions(-)