my environment is windows,i want to use python to infernce with onnxruntime with openvion.after installing openvino,i build onnxruntime with openvino,my build command is
.\build.bat --update --build --build_shared_lib --build_wheel --config RelWithDebInfo --cmake_generator "Visual Studio 16 2019" --use_openvino CPU_FP32 --parallel --skip_tests
there is no error hapend in buiding. but when i import onnxruntime and use it to inference,there happand an error ,that is
[E:onnxruntime:Default, provider_bridge_ort.cc:634 onnxruntime::ProviderLibrary::Get] Failed to load library, error code: 126
and the inference speed is very slow. who can tell me why?