Hello. I have a question with vx delegate.
Using my i.MX 8M Plus evk board, I wonder if I can check my NPU usage while detecting objects.
I'm using efficientDet Model and the VX Delegate won't support its operation.
(unsupported op 32 issue)
So I always make XNNpack delegate.
With CPU, I want to know how many resources NPU and GPU are using while object detection.
Is there any solution for checking my usage with NPU or GPU?