cyrusbehr / tensorrt-cpp-api

TensorRT C++ API Tutorial
MIT License
596 stars 74 forks source link

[feature] Add support for loading TensorRT engine file directly (instead of onnx model) #49

Closed IamShubhamGupto closed 5 months ago

IamShubhamGupto commented 7 months ago

Hello!

Thank you for the amazing guide to run onxx files in cpp. I see the code is also converting to tensorrt. Can we have support where we directly load tensorrt files and execute? thanks

cyrusbehr commented 5 months ago

Implemented in https://github.com/cyrusbehr/tensorrt-cpp-api/pull/53