In tensorrt7 where is the function of createPReLUPlugin(const void* data, size_t length) ?

Environment

TensorRT Version: 7
Operating System + Version: jetpack 4.4 DP

I find that the function of createPReLUPlugin(const void* data, size_t length) in tennsorrt5 is removed.
so where is the new function to replace it?
Thanks.

Hi @qgq1991,
createPReLUPlugin has been deprecated and is replaced with createLReLUPlugin.
Please check the below link for reference.
https://github.com/NVIDIA/TensorRT/issues/531
https://github.com/NVIDIA/TensorRT/issues/177#issuecomment-547242682

Thanks!