mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Intel Inference Engine deep learning backend (#10608)
* Intel Inference Engine deep learning backend. * OpenFace network using Inference Engine backend
This commit is contained in:
committed by
Vadim Pisarevsky
parent
292dfc2d72
commit
10e1de74d2
@@ -70,7 +70,8 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
|
||||
enum Backend
|
||||
{
|
||||
DNN_BACKEND_DEFAULT,
|
||||
DNN_BACKEND_HALIDE
|
||||
DNN_BACKEND_HALIDE,
|
||||
DNN_BACKEND_INFERENCE_ENGINE
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -242,6 +243,8 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
|
||||
*/
|
||||
virtual Ptr<BackendNode> initHalide(const std::vector<Ptr<BackendWrapper> > &inputs);
|
||||
|
||||
virtual Ptr<BackendNode> initInfEngine(const std::vector<Ptr<BackendWrapper> > &inputs);
|
||||
|
||||
/**
|
||||
* @brief Automatic Halide scheduling based on layer hyper-parameters.
|
||||
* @param[in] node Backend node with Halide functions.
|
||||
|
||||
Reference in New Issue
Block a user