Deploying a transfer learning toolkit model to a DRIVE AGX Xavier

When possible, please provide the following info:
Hardware Platform: DRIVE AGX Xavier™ Developer Kit
Host Machine Version: Ubuntu 18.04

I have a model built through the transfer learning toolkit and I have converted it to a tensorRt engine. I want to deploy it to a DRIVE AGX Xavier. Is it possible to do so? If yes which documentation should I follow?

Thanks in advance!

Regards.

Dear @SKoyal,
If you already have a TensorRT engine, you can deserialize and create run time engine. Please check Developer Guide :: NVIDIA Deep Learning TensorRT Documentation.