Skip to content
Snippets Groups Projects
Commit 70363b47 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Fix missing include in test.

parent 2dd6865d
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
#include "aidge/graph/GraphView.hpp"
#include "aidge/graph/Testing.hpp"
#include "aidge/graph/OpArgs.hpp"
#include "aidge/operator/Add.hpp"
#include "aidge/operator/ReLU.hpp"
#include "aidge/operator/MetaOperatorDefs.hpp"
#include "aidge/operator/Producer.hpp"
......@@ -367,7 +368,7 @@ TEST_CASE("[core/graph] Matching") {
g1->save("graph_single_pass");
auto gm = SinglePassGraphMatching(g1);
const auto start = std::chrono::system_clock::now();
const auto results = gm.match("Conv->ReLU#;ReLU#->Dummy");
const auto end = std::chrono::system_clock::now();
......
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