我的环境是windows,我想用python用openvion推断onnxruntime。安装openvino后,我用openvino构建onnxruntime,我的构建命令是
.\build.bat --update --build --build_shared_lib --build_wheel --config RelWithDebInfo --cmake_generator "Visual Studio 16 2019" --use_openvino CPU_FP32 --parallel --skip_tests
没有错误hapend。但是当我导入 onnxruntime 并使用它进行推理时,发生了一个错误,即
[E:onnxruntime:Default, provider_bridge_ort.cc:634 onnxruntime::ProviderLibrary::Get] Failed to load library, error code: 126
而且推理速度很慢。谁能告诉我为什么?