Deprecate nGraph v0 ops and builders (#1856)
[platform/upstream/dldt.git] / ngraph / frontend / onnx_import / src / op / qlinear_matmul.cpp
index 6ef58c1..ea78bd3 100644 (file)
@@ -28,6 +28,7 @@ namespace ngraph
             {
                 OutputVector qlinear_matmul(const Node& node)
                 {
+                    NGRAPH_SUPPRESS_DEPRECATED_START
                     auto ng_inputs = node.get_ng_inputs();
                     auto factory = builder::QLinearMatmulFactory(
                         (OutputVector(std::begin(ng_inputs), std::end(ng_inputs))));
@@ -43,6 +44,7 @@ namespace ngraph
                                "to conform with ONNX standard.";
                     }
                     return factory.make_matmul_op();
+                    NGRAPH_SUPPRESS_DEPRECATED_END
                 }
             } // namespace set_1