Hello everyone.
I have the SOM-RK3399V2 Dev Kit which has Mali-T864 GPU and I would like to run Python scripts using this GPU that call some convolutional neural network models (onnx format ) and I can't find a way to do it.

Could you please help me with this, which libraries to install and which ones to use?

I found that one way to do it is with the TCM library, and according to the documentation I can use the mali gpu with it, however when testing my models, it failed.