mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 13:23:03 -05:00
Fixed header paths for some nGraph ops
* Added dependency on IE version
backport of commit: 992c908b56
This commit is contained in:
committed by
Alexander Alekhin
parent
65dbbf712d
commit
d69a7a3bbf
@@ -48,9 +48,14 @@
|
||||
|
||||
#ifdef HAVE_DNN_NGRAPH
|
||||
#include "../ie_ngraph.hpp"
|
||||
#if INF_ENGINE_VER_MAJOR_GT(INF_ENGINE_RELEASE_2020_4)
|
||||
#include <ngraph/op/roi_pooling.hpp>
|
||||
#include <ngraph/op/psroi_pooling.hpp>
|
||||
#else
|
||||
#include <ngraph/op/experimental/layers/roi_pooling.hpp>
|
||||
#include <ngraph/op/experimental/layers/psroi_pooling.hpp>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <float.h>
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user