You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pt...@apache.org on 2020/07/14 21:13:56 UTC

[incubator-mxnet] branch master updated (9d62392 -> 7f7e1c5)

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

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


    from 9d62392  Fix python micro-site table of content bugs (#18664)
     add 7f7e1c5  Add better partial args/aux handling in symbol optimize_for (#18350)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api.h         |  30 +++++++++++
 python/mxnet/symbol/symbol.py |  98 +++++++++++++++++++++++++++++++---
 src/c_api/c_api_symbolic.cc   | 120 +++++++++++++++++++++++++++++-------------
 src/common/exec_utils.h       |  72 -------------------------
 4 files changed, 204 insertions(+), 116 deletions(-)