From 3268e941b43be597fa4f5676e116e83a6185ec4c Mon Sep 17 00:00:00 2001 From: Olivier BICHLER <olivier.bichler@cea.fr> Date: Wed, 15 May 2024 17:01:27 +0200 Subject: [PATCH] Further clarification --- include/aidge/graph/Matching.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/aidge/graph/Matching.hpp b/include/aidge/graph/Matching.hpp index a659055f3..4b4f9a156 100644 --- a/include/aidge/graph/Matching.hpp +++ b/include/aidge/graph/Matching.hpp @@ -87,8 +87,8 @@ public: * Note that the anchor is required since we intend to match several * inputs of the same node! * - * - The matching results can be overlapping (the same node can be - * found in different results, except for the root rode) + * - The matching results can be overlapping, meaning that some nodes may be + * found in multiple results. Some results may be subsets of other results. * EXAMPLE: assume graph Conv#1->ReLU#1->Conv#2->ReLU#2 * "Conv->ReLU?->Conv?->ReLU?" will return both * Conv#1->ReLU#1->Conv#2->ReLU#2 and Conv#2->ReLU#2 -- GitLab