You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ke...@apache.org on 2019/07/04 00:28:45 UTC

[incubator-mxnet] branch master updated (5078853 -> fc54781)

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

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


    from 5078853  remove comments from nano instructions (#15433)
     add fc54781  enable TensorRT integration with cpp api (#15335)

No new revisions were added by this update.

Summary of changes:
 cpp-package/example/inference/README.md            |  14 +++
 .../example/inference/imagenet_inference.cpp       | 104 ++++++++++++++-----
 cpp-package/include/mxnet-cpp/MxNetCpp.h           |   1 +
 cpp-package/include/mxnet-cpp/contrib.h            | 115 +++++++++++++++++++++
 cpp-package/include/mxnet-cpp/symbol.h             |  17 +++
 cpp-package/include/mxnet-cpp/symbol.hpp           |  35 +++++++
 6 files changed, 260 insertions(+), 26 deletions(-)
 create mode 100644 cpp-package/include/mxnet-cpp/contrib.h