1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Enable Myriad device for OpenVINO models test

This commit is contained in:
Dmitry Kurtaev
2018-09-18 11:21:08 +03:00
parent 70f38b4dfa
commit 8ac7b21716
3 changed files with 28 additions and 3 deletions
+7
View File
@@ -944,6 +944,13 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
CV_OUT std::vector<int>& indices,
const float eta = 1.f, const int top_k = 0);
/** @brief Release a Myriad device is binded by OpenCV.
*
* Single Myriad device cannot be shared across multiple processes which uses
* Inference Engine's Myriad plugin.
*/
CV_EXPORTS_W void resetMyriadDevice();
//! @}
CV__DNN_EXPERIMENTAL_NS_END
}