How to use DLA in deepstream-yolov5

Hi,

Please add the below configure to enable DLA inference:

enable-dla=1
use-dla-core=0

But please noted that you would need to remove the serialized engine file first.
Or Deepstream will reuse it instead of recreating.

Thanks.