You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2019/09/02 17:30:04 UTC

[incubator-mxnet] branch master updated (5def003 -> 1abf05b)

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

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


    from 5def003  NumPy-compatible Mean, Std and Var (#16014)
     add 1abf05b  adding "total" (total time) to profiler aggregate stats sorting criteria (#16055)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api.h                  |  2 +-
 python/mxnet/profiler.py               | 11 ++++++-----
 src/profiler/aggregate_stats.cc        |  3 +++
 src/profiler/aggregate_stats.h         |  2 +-
 tests/python/unittest/test_profiler.py | 13 ++++++++-----
 5 files changed, 19 insertions(+), 12 deletions(-)