[OpenVINO EP] Implement new overload of CreateProvider() for OpenVINO EP (#24406)
### Description
A new overload of CreateProvider() was added to the OpenVINO EP to
handle the extraction of EP options from the session option
configurations.
### Motivation and Context
Allows use of new Compile API.
Refer to https://github.com/microsoft/onnxruntime/pull/24207