diff --git a/docs/IE_PLUGIN_DG/images/graph_rewrite_efficient_search.png b/docs/IE_PLUGIN_DG/images/graph_rewrite_efficient_search.png deleted file mode 100644 index 1376398de71b7c..00000000000000 --- a/docs/IE_PLUGIN_DG/images/graph_rewrite_efficient_search.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05eb8600d2c905975674f3a0a5dc676107d22f65f2a1f78ee1cfabc1771721ea -size 41307 diff --git a/docs/IE_PLUGIN_DG/images/graph_rewrite_execution.png b/docs/IE_PLUGIN_DG/images/graph_rewrite_execution.png deleted file mode 100644 index 17dc2d9652c097..00000000000000 --- a/docs/IE_PLUGIN_DG/images/graph_rewrite_execution.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17cd470c6d04d7aabbdb4a08e31f9c97eab960cf7ef5bbd3a541df92db38f26b -size 40458 diff --git a/docs/IE_PLUGIN_DG/images/register_new_node.png b/docs/IE_PLUGIN_DG/images/register_new_node.png deleted file mode 100644 index 3c34f65c796688..00000000000000 --- a/docs/IE_PLUGIN_DG/images/register_new_node.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80297287c81a2f27b7e74895738afd90844354a8dd745757e8321e2fb6ed547e -size 31246 diff --git a/docs/IE_PLUGIN_DG/images/transformations_structure.png b/docs/IE_PLUGIN_DG/images/transformations_structure.png deleted file mode 100644 index 953d66778a55c5..00000000000000 --- a/docs/IE_PLUGIN_DG/images/transformations_structure.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b206c602626f17ba5787810b9a28f9cde511448c3e63a5c7ba976cee7868bdb -size 14907 diff --git a/docs/IE_PLUGIN_DG/images/ngraph_insert_node.png b/docs/nGraph_DG/img/ngraph_insert_node.png similarity index 100% rename from docs/IE_PLUGIN_DG/images/ngraph_insert_node.png rename to docs/nGraph_DG/img/ngraph_insert_node.png diff --git a/docs/IE_PLUGIN_DG/images/ngraph_replace_node.png b/docs/nGraph_DG/img/ngraph_replace_node.png similarity index 100% rename from docs/IE_PLUGIN_DG/images/ngraph_replace_node.png rename to docs/nGraph_DG/img/ngraph_replace_node.png diff --git a/docs/nGraph_DG/nGraphTransformation.md b/docs/nGraph_DG/nGraphTransformation.md index fbed1bfcb1c7a2..17c1015b32ef95 100644 --- a/docs/nGraph_DG/nGraphTransformation.md +++ b/docs/nGraph_DG/nGraphTransformation.md @@ -253,13 +253,13 @@ To eliminate operation, nGraph has special method that considers all limitations When developing a transformation, you need to follow these transformation rules: -### Operation Set (OpSet) +###1. Operation Set (OpSet) Use the latest version of OpSet in your transformation. An exception is ConvertOpSetXToOpSetY transformations, where you must use operations from OpSetX and OpSetY. @snippet example_ngraph_utils.cpp ngraph:include -### Dynamic Shape and Rank +###2. Dynamic Shape and Rank nGraph has two types for shape representation: `ngraph::Shape` - represents static shape. @@ -435,9 +435,9 @@ The basic transformation test looks like this: @snippet tests/functional/transformations/template_transformations_test.cpp transformation:test -[ngraph_replace_node]: ../images/ngraph_replace_node.png -[ngraph_insert_node]: ../images/ngraph_insert_node.png -[transformations_structure]: ../images/transformations_structure.png -[register_new_node]: ../images/register_new_node.png -[graph_rewrite_execution]: ../images/graph_rewrite_execution.png -[graph_rewrite_efficient_search]: ../images/graph_rewrite_efficient_search.png +[ngraph_replace_node]: ./img/ngraph_replace_node.png +[ngraph_insert_node]: ./img/ngraph_insert_node.png +[transformations_structure]: ./img/transformations_structure.png +[register_new_node]: ./img/register_new_node.png +[graph_rewrite_execution]: ./img/graph_rewrite_execution.png +[graph_rewrite_efficient_search]: ./img/graph_rewrite_efficient_search.png