Is there a way to protect my model after converting it to an Engine file?
Assuming I want to deploy it on an edge device, I want to make sure that if anyone (in any case) accessed the model file will not get any info about the model or use it.
This is out of scope for TensorRT, but you are free to encrypt the engine file with any technique you like and decrypt back before feed to TensorRT when needed.