You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in python,we can use ctypes.CDLL(libmmdeploy_tensorrt_ops.so),but in c++,what should I do?
我在python里面是可以初始化plugin的,但是在c++无法运行原因是tensorrt找不到插件,tensorrt只能找到英伟达自己的插件。如何才能让它找到这个libmmdeploy_tensorrt_ops插件呢?