Skip to content

Commit

Permalink
Added attributes comparision to CompareNetwork function (#5823)
Browse files Browse the repository at this point in the history
Co-authored-by: Gleb Kazantaev <[email protected]>
  • Loading branch information
Gleb Kazantaev and Gleb Kazantaev authored May 26, 2021
1 parent df9525b commit 93c3c24
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 93c3c24

Please sign in to comment.