Multiple models on DLAs in AGX Xavier 32TOPs

Hi,

It’s recommended to deploy the same model on the same DLA.

But there are two DLAs on the Xavier, you can deploy two models to the different DLA.
You can use setDLACore(…) to specify which DLA core to use.
[url]TensorRT: nvinfer1::IRuntime Class Reference

Thanks