i want to use dla on jetson xavier when inferencing with python
but python api can only build the serialized engine with trtexec --useDLAcore
when inferencing the serialized engine cannot access dla through python api
here’s what i found:
- Accessing Jetson's DLA from python
- No method in TensorRT Python API for setting DLA core for inference
- Python API support for DLA (Solved)
- DLA cannot be enabled through TensorRT Python API?
so is there python api support for dla inference now? or is it only possible using c++? Thanks