Does Openvino API for python "IEPlugin" supports MULTI device? Is there a sample python app for it?
If not, any plan to enable it?
Is there a document for the Openvino API for python?
Hi Weifeng,
See the Overview of Inference Engine Python API document here.
Every OpenVINO sample that allows you to specify which device you want to run on "-d" accepts the multi-device plugin. You can sample this plugin using the Benchmark Application (Benchmark Python tool). There are also some samples here (C++ and Python).
I hope this information is helpful.
Best Regards,
Sahira
For more complete information about compiler optimizations, see our Optimization Notice.