How to use Tensor core and AI accelerator

Xavier has tensor cores and AI accelerator. But how can I use them. For example, I am using the darknet (GitHub - pjreddie/darknet: Convolutional Neural Networks), which is a pure c/cuda/cudnn implementation. Can I benefit from tensor core and AI accelerator some how when I use darknet?

Thanks

Hi,

Please check this document for the cuDNN operation that uses Tensor Core:

For DLA, you will need to use TensorRT API to deploy the accelerator.

Thanks.