8
#ifndef OPENCV_DNN_UTILS_INF_ENGINE_HPP
9
#define OPENCV_DNN_UTILS_INF_ENGINE_HPP
13
namespace
cv
{
namespace
dnn {
14CV__DNN_INLINE_NS_BEGIN
18
#define CV_DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_API "NN_BUILDER"
19
#define CV_DNN_BACKEND_INFERENCE_ENGINE_NGRAPH "NGRAPH"
27CV_EXPORTS_W cv::String getInferenceEngineBackendType();
35CV_EXPORTS_W cv::String setInferenceEngineBackendType(
const
cv::String& newBackendType);
43CV_EXPORTS_W
void
resetMyriadDevice();
47
#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_UNSPECIFIED ""
49
#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_2 "Myriad2"
51
#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_X "MyriadX"
52
#define CV_DNN_INFERENCE_ENGINE_CPU_TYPE_ARM_COMPUTE "ARM_COMPUTE"
53
#define CV_DNN_INFERENCE_ENGINE_CPU_TYPE_X86 "X86"
60CV_EXPORTS_W cv::String getInferenceEngineVPUType();
66CV_EXPORTS_W cv::String getInferenceEngineCPUType();
70CV_EXPORTS_W
void
releaseHDDLPlugin();
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75