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