I am writting a custom plugin under tensorRT 8.0.1.6, and found namespace needed to be set, so how to set a plugin’s name space?
any help will be appreciated.
Hi,
Please refer to the following docs and samples, which may help you.
https://docs.nvidia.com/deeplearning/tensorrt/api/c_api/classnvinfer1_1_1_i_plugin_v2.html#a2cf1cf3a9a736d17d8a783e00519fafe
Thank you.