Hello
TensorRT is an algorithm optimizer. I would like to know if I can use my own optimization techniques. For example, let’s say I desing and algorithm to compress further the AI models and I want to use it with the TX2. How can I make TensorRT use it? Do I have to implement it using CUDA or PyCUDA?
Thank you