diff options
Diffstat (limited to 'python/openvino/runtime/plugins_win.xml')
| -rwxr-xr-x | python/openvino/runtime/plugins_win.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/python/openvino/runtime/plugins_win.xml b/python/openvino/runtime/plugins_win.xml new file mode 100755 index 0000000..f88c9e9 --- /dev/null +++ b/python/openvino/runtime/plugins_win.xml @@ -0,0 +1,22 @@ +<ie>
+ <plugins>
+ <plugin name="AUTO" location="openvino_auto_plugin.dll">
+ </plugin>
+ <plugin name="BATCH" location="openvino_auto_batch_plugin.dll">
+ </plugin>
+ <plugin name="CPU" location="openvino_intel_cpu_plugin.dll">
+ </plugin>
+ <plugin name="GNA" location="openvino_intel_gna_plugin.dll">
+ </plugin>
+ <plugin name="GPU" location="openvino_intel_gpu_plugin.dll">
+ </plugin>
+ <plugin name="HETERO" location="coreDLAHeteroPlugin.dll">
+ </plugin>
+ <plugin name="MULTI" location="openvino_auto_plugin.dll">
+ </plugin>
+ <plugin name="MYRIAD" location="openvino_intel_myriad_plugin.dll">
+ </plugin>
+ <plugin name="FPGA" location="coreDlaRuntimePlugin.dll">
+ </plugin>
+ </plugins>
+</ie>
|
