File tree Expand file tree Collapse file tree 6 files changed +27
-0
lines changed Expand file tree Collapse file tree 6 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 54
54
55
55
#ifdef HAVE_DNN_NGRAPH
56
56
#include " ../ie_ngraph.hpp"
57
+ #if INF_ENGINE_VER_MAJOR_GT(INF_ENGINE_RELEASE_2020_4)
58
+ #include < ngraph/op/detection_output.hpp>
59
+ #else
57
60
#include < ngraph/op/experimental/layers/detection_output.hpp>
58
61
#endif
59
62
63
+ #endif
64
+
60
65
namespace cv
61
66
{
62
67
namespace dnn
Original file line number Diff line number Diff line change 49
49
50
50
#ifdef HAVE_DNN_NGRAPH
51
51
#include " ../ie_ngraph.hpp"
52
+ #if INF_ENGINE_VER_MAJOR_GT(INF_ENGINE_RELEASE_2020_4)
53
+ #include < ngraph/op/roi_pooling.hpp>
54
+ #include < ngraph/op/psroi_pooling.hpp>
55
+ #else
52
56
#include < ngraph/op/experimental/layers/roi_pooling.hpp>
53
57
#include < ngraph/op/experimental/layers/psroi_pooling.hpp>
54
58
#endif
59
+ #endif
55
60
56
61
#include " ../op_vkcom.hpp"
57
62
Original file line number Diff line number Diff line change 47
47
48
48
#ifdef HAVE_DNN_NGRAPH
49
49
#include " ../ie_ngraph.hpp"
50
+ #if INF_ENGINE_VER_MAJOR_GT(INF_ENGINE_RELEASE_2020_4)
51
+ #include < ngraph/op/prior_box.hpp>
52
+ #include < ngraph/op/prior_box_clustered.hpp>
53
+ #else
50
54
#include < ngraph/op/experimental/layers/prior_box.hpp>
51
55
#include < ngraph/op/experimental/layers/prior_box_clustered.hpp>
52
56
#endif
57
+ #endif
53
58
54
59
#include " ../op_vkcom.hpp"
55
60
Original file line number Diff line number Diff line change 10
10
11
11
#ifdef HAVE_DNN_NGRAPH
12
12
#include " ../ie_ngraph.hpp"
13
+ #if INF_ENGINE_VER_MAJOR_GT(INF_ENGINE_RELEASE_2020_4)
14
+ #include < ngraph/op/proposal.hpp>
15
+ #else
13
16
#include < ngraph/op/experimental/layers/proposal.hpp>
14
17
#endif
18
+ #endif
15
19
16
20
namespace cv { namespace dnn {
17
21
Original file line number Diff line number Diff line change 46
46
47
47
#ifdef HAVE_DNN_NGRAPH
48
48
#include " ../ie_ngraph.hpp"
49
+ #if INF_ENGINE_VER_MAJOR_GT(INF_ENGINE_RELEASE_2020_4)
50
+ #include < ngraph/op/reorg_yolo.hpp>
51
+ #else
49
52
#include < ngraph/op/experimental/layers/reorg_yolo.hpp>
50
53
#endif
54
+ #endif
51
55
52
56
#include < opencv2/dnn/shape_utils.hpp>
53
57
#include < opencv2/dnn/all_layers.hpp>
Original file line number Diff line number Diff line change 12
12
13
13
#ifdef HAVE_DNN_NGRAPH
14
14
#include " ../ie_ngraph.hpp"
15
+ #if INF_ENGINE_VER_MAJOR_GT(INF_ENGINE_RELEASE_2020_4)
16
+ #include < ngraph/op/interpolate.hpp>
17
+ #else
15
18
#include < ngraph/op/experimental/layers/interpolate.hpp>
16
19
#endif
20
+ #endif
17
21
18
22
#ifdef HAVE_CUDA
19
23
#include " ../cuda4dnn/primitives/resize.hpp"
You can’t perform that action at this time.
0 commit comments