ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.14k stars 307 forks source link

Linux Binaries can't work on my VIM3 board #694

Closed younglight7 closed 1 year ago

younglight7 commented 1 year ago

I compiled armnn following the guide 'BuildGuideCrossCompilation.md' , and then push these libs to VIM3 board, but the UnitTest failed. Then I download the Pre-Built Binaries for aarch64 and push them to board ,then the UnitTest failed too. I have set 'LD_LIBRARY_PATH' before. How can I use these pre-built binaries on VIM3 board ?