Skip to content
Snippets Groups Projects
Commit 6849a9be authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Doc clarification

parent 36e3660a
No related branches found
No related tags found
2 merge requests!152Update Aidge export to take a graph view has an argument instead of a...,!138Alternative graph matching
......@@ -87,10 +87,10 @@ public:
* Note that the anchor is required since we intend to match several
* inputs of the same node!
*
* - Matching is greedy: the matching GraphView results can be overlapping
* (the same node can be found in different results, except for the root rode)
* - The matching results can be overlapping (the same node can be
* found in different results, except for the root rode)
* EXAMPLE: assume graph Conv#1->ReLU#1->Conv#2->ReLU#2
* "Conv->ReLU?->Conv?->ReLU?" will match both
* "Conv->ReLU?->Conv?->ReLU?" will return both
* Conv#1->ReLU#1->Conv#2->ReLU#2 and Conv#2->ReLU#2
*
* - Whitespaces are allowed anywhere in the query
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment