ERROR: INVALID_ARGUMENT: getPluginCreator could not find plugin ReverseSequence version 1

Description

I get the error like the following image.

I think the reason is TensorRT 7.1.3 didn’t support ReverseSequence op but in the following topic it said TensorRT support
ReverseSequence?

If it didn’t support ReverseSequence how to add a customer layer for C++ API. Does it have any sample for adding plugin on ONNX to TensorRT with C++?

Or just following step

Environment

TensorRT Version : 7.1.3
GPU Type : Jetson TX2 iGPU
Nvidia Driver Version :
CUDA Version : 10.2
CUDNN Version : 8
Operating System + Version : Ubuntu 18.04

Hi @jack_gao,
ReverseSequence is not supported in TRT.
Sorry for the confusion created.
You can take reference from the below links.

https://github.com/NVIDIA/TensorRT/tree/master/samples/opensource/sampleOnnxMnistCoordConvAC
Also the link shared by you will be helpful to know more details.
Thanks!