Feature/azaytsev/merge to master (#2786)
[platform/upstream/dldt.git] / docs / nGraph_DG / build_function.md
index 5ffdae5..5f5a232 100644 (file)
@@ -22,6 +22,10 @@ Below you can find examples on to how build `ngraph::Function` from the `opset3`
 
 @snippet example_ngraph_utils.cpp ngraph_utils:advanced_function
 
+To wrap it into a CNNNetwork, use: 
+```cpp
+CNNNetwork net (ng_function);
+```
 ## See Also
 
 * [Available Operation Sets](../ops/opset.md)