Deprecate nGraph v0 ops and builders (#1856)
[platform/upstream/dldt.git] / ngraph / core / src / op / softmax.cpp
index d343d1b..960aca8 100644 (file)
@@ -30,6 +30,8 @@
 #include "ngraph/runtime/reference/softmax.hpp"
 #include "ngraph/util.hpp"
 
+NGRAPH_SUPPRESS_DEPRECATED_START
+
 using namespace std;
 using namespace ngraph;