cyrusbehr / tensorrt-cpp-api

TensorRT C++ API Tutorial
MIT License
543 stars 66 forks source link

Feat/jetson tx2 #42

Closed ltetrel closed 6 months ago

ltetrel commented 6 months ago

Hi,

This PR adds the following:

Since you are not using a lot of the C++17 features, I would suggest you to retro-back to C++14 also in main (for better system compatibility with users), as you want.

Still working on dynamic tensor inputs on the old TensorRT API.

Thanks,