I currently only know how to use the following command for inference: trtexec --onnx=model_gn.onnx --shapes=input:32x3x32x32 --int8 --useDLACore=0 --allowGPUFallback --useSpinWait
, but it seems to only use one DLA. How can I use GPU+2 * DLA inference simultaneously?