Implementation of GPU and NPU usage / performance monitoring

iska

New member
Hi @Andrey Ignatov ,

I'm using the NNAPI delegate of Tensorflow Lite to run our net. I am trying to determine which accelerator is used during runtime.
In the Burnout App there are three graphs that show the usage of CPU, GPU and NPU.
I know how to read the CPU usage, but I can not find a way to read the GPU or NPU usage programmatically.

I was wondering, how you managed to show the usages of all accelerators. Could you help me out with this?

Thank you in advance!
iska
 
Top