Fixed links to images (#2569)
This commit is contained in:
parent
f557dca475
commit
ea06196afb
|
|
@ -1,3 +0,0 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05eb8600d2c905975674f3a0a5dc676107d22f65f2a1f78ee1cfabc1771721ea
|
||||
size 41307
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17cd470c6d04d7aabbdb4a08e31f9c97eab960cf7ef5bbd3a541df92db38f26b
|
||||
size 40458
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80297287c81a2f27b7e74895738afd90844354a8dd745757e8321e2fb6ed547e
|
||||
size 31246
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b206c602626f17ba5787810b9a28f9cde511448c3e63a5c7ba976cee7868bdb
|
||||
size 14907
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue