tensorrt_demos icon indicating copy to clipboard operation
tensorrt_demos copied to clipboard

Is there any way to avoid using the reshape operation after inference?

Open ysj-xuanyuan opened this issue 1 year ago • 0 comments

When I use do_inference_v2, I need the reshape operation to get the correct result, but I find that the reshape operation takes a lot of time, which defeats the purpose of using tensorRT to try to speed up inference in the first place

ysj-xuanyuan avatar Nov 30 '23 02:11 ysj-xuanyuan