Skip to content
Snippets Groups Projects
Commit 33db8fa2 authored by Maxence Naud's avatar Maxence Naud
Browse files

Adapt to aidge_core changes and fix globalAvgPooling test

parent 583195c7
No related branches found
No related tags found
2 merge requests!73version 0.2.3,!71Improve UI
Pipeline #48933 failed
......@@ -174,7 +174,7 @@ TEST_CASE("[core/recipes] Tiling(transformation)", "[Tiling][Recipes]") {
REQUIRE(*(std::dynamic_pointer_cast<Conv_Op<2>>(myConv->getOperator())->getOutput(0)) == *myOutput);
GraphView::replace({myConv, myConv->getParent(1), myConv->getParent(2)}, tiledConv);
g->compile("cpu", DataType::Int32);
g->compile("cpu", DataType::Int32, 0, {{2,3,5,5}}); // changes myInput DataType from Int32 to Float32. Why??????
s.resetScheduling();
s.forward();
......
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