Is there C++ API of TensorRT.Lite?

Hello, experts.

I had join the session that teach how to use TensorRT on GTC2018.
On the session, I was able to run a example using python API of TensorRT.Lite.

Now, I want to be trying using C++ API.
I can’t find it on the document([url]Developer Guide :: NVIDIA Deep Learning TensorRT Documentation)

Could you let me know the way?

We created a new “Deep Learning Training and Inference” section in Devtalk to improve the experience for deep learning and accelerated computing, and HPC users:
https://devtalk.nvidia.com/default/board/301/deep-learning-training-and-inference-/

We are moving active deep learning threads to the new section.

URLs for topics will not change with the re-categorization. So your bookmarks and links will continue to work as earlier.

-Siddharth

Please look at sampleMNIST for how to load a caffe model using the C++ API and post back here if you have any specific questions.