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

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


    from 4c72d27  new raise mode for nd.take and fix backward for wrap mode 
(#15887)
     add 5b301c6  Typedef cleanup (#15899)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api.h         | 427 +++++++++++++++++++++---------------------
 include/mxnet/c_api_test.h    |   4 +-
 include/mxnet/c_predict_api.h |  64 +++----
 include/mxnet/imperative.h    |   2 +-
 src/c_api/c_api.cc            | 168 ++++++++---------
 src/c_api/c_api_common.h      |   8 +-
 src/c_api/c_api_executor.cc   | 128 ++++++-------
 src/c_api/c_api_ndarray.cc    |  22 +--
 src/c_api/c_api_symbolic.cc   | 168 ++++++++---------
 src/c_api/c_api_test.cc       |   4 +-
 src/c_api/c_predict_api.cc    |  86 ++++-----
 src/imperative/imperative.cc  |   2 +-
 12 files changed, 540 insertions(+), 543 deletions(-)

Reply via email to