Just for a clarification.
The function initLibNvInferPlugins() should be called once for an application, or before every createInferRuntime() initLibNvInferPlugins() should be called?
Thanks.
tjliupeng
Just for a clarification.
The function initLibNvInferPlugins() should be called once for an application, or before every createInferRuntime() initLibNvInferPlugins() should be called?
Thanks.
tjliupeng
initLibNvInferPlugins
()
is for registration. Then query the registry for the plugin creator you need, create a plugin obj, and then add to the network. One should not actually supposed to interact with the plugin/creator classes directly – all work must be done using IPluginV2/V3 interface references/pointers.