Deprecate nGraph v0 ops and builders (#1856)
[platform/upstream/dldt.git] / ngraph / core / src / op / product.cpp
index 74fc615..51e24ad 100644 (file)
@@ -21,6 +21,8 @@
 #include "ngraph/runtime/reference/product.hpp"
 #include "ngraph/shape_util.hpp"
 
+NGRAPH_SUPPRESS_DEPRECATED_START
+
 using namespace std;
 using namespace ngraph;