Open CoinCheung opened 5 years ago
https://github.com/talebolano/TensorRT_Seg_LW_Refinenet/blob/e774ff318fa2ab17d911081e711e8e2e2be8d73c/TensorRT_Seg/TensorRT_Seg.cpp#L367
Hi,
I am studying from your code about how to use tensorrt to infer onnx model. I am quite confused about this line of L367. why do you destroy the builder, does the builder have relationship with the engine ?
https://github.com/talebolano/TensorRT_Seg_LW_Refinenet/blob/e774ff318fa2ab17d911081e711e8e2e2be8d73c/TensorRT_Seg/TensorRT_Seg.cpp#L367
Hi,
I am studying from your code about how to use tensorrt to infer onnx model. I am quite confused about this line of L367. why do you destroy the builder, does the builder have relationship with the engine ?