You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by an...@apache.org on 2019/07/13 02:22:41 UTC

[incubator-mxnet] branch master updated (cbb6f7f -> d677d1a)

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

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


    from cbb6f7f  Docs: Fix misprints (#15505)
     add d677d1a  FP16 Support for C Predict API (#15245)

No new revisions were added by this update.

Summary of changes:
 amalgamation/python/mxnet_predict.py | 131 ++++++++++++++++++++++++++++++--
 include/mxnet/c_predict_api.h        |  65 ++++++++++++++++
 src/c_api/c_predict_api.cc           | 140 +++++++++++++++++++++++++++++++++--
 tests/python/gpu/test_predictor.py   | 128 ++++++++++++++++++++++++++++++++
 4 files changed, 454 insertions(+), 10 deletions(-)
 create mode 100644 tests/python/gpu/test_predictor.py