Feng Qiangjian
Results
1
issues of
Feng Qiangjian
请教一下,我想在RV1109机子上部署FastDeploy(双核armv7,均属于armhf),看到目前只支持arm64和x86的。 用交叉编译的方式可以编译到100%,但是最后会链接相关so,而下载来了so都是x86的。 目前测试环境是x86的虚拟机ubuntu18,因为编译速度较快。 我已经在板子上编译出paddle2onnx.so了,但是用microsoft/onnxruntime仓库编译不出这些文件: third_libs/install/onnxruntime$ tree . ├── include │ ├── cpu_provider_factory.h │ ├── onnxruntime_c_api.h │ ├── onnxruntime_cxx_api.h │ ├── onnxruntime_cxx_inline.h │ ├── onnxruntime_run_options_config_keys.h │ ├── onnxruntime_session_options_config_keys.h │ └── provider_options.h...