how to add plugin layer in tensorrt with tensorflow model.

I want to use tensorrt3.0 to optimize my ssd detection model implemented by tensorflow. How could I add Plugin layer?

Hi,

Please check our SampleCharRNN sample.
You can find more information on session 3.6 of TensorRT User Guide.

Thanks.