After got the serialized .trt file, how can we deserialize it using tensorrt c++ api?
Please check this tutorial on how to deserialize TRT engine in C++:
https://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-guide/index.html#serial_model_c
I don't think the doc discribes the process clearly enough. What is the modeldata and modelsize? Should I use class IHostmemroy to save the data and information?
Most helpful comment
I don't think the doc discribes the process clearly enough. What is the modeldata and modelsize? Should I use class IHostmemroy to save the data and information?