There are two ways how to configure device plugins:
1. (default) Use XML configuration file in case of dynamic libraries build;
2. Use strictly defined configuration in case of static libraries build.
public Core(
string xml_config_file = null
)
1. (dynamic build) default `plugins.xml` file located in the same folder as OpenVINO runtime shared library;
2. (static build) statically defined configuration.In this case path to the.xml file is ignored.