tensorrt_plugin_generator
tensorrt_plugin_generator copied to clipboard
A simple tool that can generate TensorRT plugin code quickly.
Thank you so much for this wonderful repository. This helped to create custom plugin library in the most efficient way. Is there a way to test the enqueue function because...
log: ```shell ----> debug debug debug debug debug debug debug debug debug debug debug debug debug debug debug debug debug
I was able to create a plugin and this repo really helped with the boiler plate code. One addition that I want to make in my `enqueue` function is that...
int64 is a very common data type and should be supported. https://github.com/NVIDIA-AI-IOT/tensorrt_plugin_generator/blob/81b95cf4902cc8a2ba0054c8f84dbd1f5bded6a1/tpg/config.py#L39