Skip to content

Commit

Permalink
compilation error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Golubev committed Apr 30, 2021
1 parent b7f38c4 commit 9980cfa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ void ConcatWithSplitTransformation::SetUp() {
netPrecision,
inputShapes,
param.fqOnData1,
param.fqOnData2);
param.fqOnData2,
true);
}

TEST_P(ConcatWithSplitTransformation, CompareWithRefImpl) {
Expand Down

0 comments on commit 9980cfa

Please sign in to comment.