Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_core
Commits
6849a9be
Commit
6849a9be
authored
10 months ago
by
Olivier BICHLER
Browse files
Options
Downloads
Patches
Plain Diff
Doc clarification
parent
36e3660a
No related branches found
Branches containing commit
No related tags found
2 merge requests
!152
Update Aidge export to take a graph view has an argument instead of a...
,
!138
Alternative graph matching
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/aidge/graph/Matching.hpp
+3
-3
3 additions, 3 deletions
include/aidge/graph/Matching.hpp
with
3 additions
and
3 deletions
include/aidge/graph/Matching.hpp
+
3
−
3
View file @
6849a9be
...
...
@@ -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: t
he matching
GraphView
results can be overlapping
*
(the same node can be
found in different results, except for the root rode)
* -
T
he 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment