Skip to content

Commit

Permalink
Added attributes comparision to CompareNetwork function (openvinotool…
Browse files Browse the repository at this point in the history
…kit#5823)

Co-authored-by: Gleb Kazantaev <[email protected]>
  • Loading branch information
2 people authored and yekruglov committed Jun 7, 2021
1 parent 8c2ad5e commit eb6ad51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
#include <string>

std::pair<bool, std::string> InferenceEnginePython::CompareNetworks(InferenceEnginePython::IENetwork lhs, InferenceEnginePython::IENetwork rhs) {
return compare_functions(lhs.actual->getFunction(), rhs.actual->getFunction(), true, true, false, true);
return compare_functions(lhs.actual->getFunction(), rhs.actual->getFunction(), true, true, false, true, true);
}

0 comments on commit eb6ad51

Please sign in to comment.