Skip to content

Commit

Permalink
Fix unstable graphs using TfLite Tensors (#2161)
Browse files Browse the repository at this point in the history
JIRA:CVS-125140
  • Loading branch information
atobiszei authored Nov 30, 2023
1 parent 89abfb4 commit f5ea3b2
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 155 deletions.
2 changes: 1 addition & 1 deletion ci/cppclean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fi
if [ ${NO_WARNINGS} -gt 159 ]; then
errors+="Failed due to higher than allowed number of issues in code: ${NO_WARNINGS}"$'\n'
fi
if [ ${NO_WARNINGS_TEST} -gt 57 ]; then
if [ ${NO_WARNINGS_TEST} -gt 52 ]; then
errors+="Failed due to higher than allowed number of issues in test code: ${NO_WARNINGS_TEST}"$'\n'
fi
if [ -n "$errors" ]; then
Expand Down
Loading

0 comments on commit f5ea3b2

Please sign in to comment.