Browse Source

Merge branch 'master' of gitee.com:hugo1/graphengine into master

modified:   tests/ut/ge/graph/passes/base_pass_unittest.cc
pull/1907/head
zhaoxinxin 4 years ago
parent
commit
8556414973
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/ut/ge/graph/passes/base_pass_unittest.cc

+ 1
- 0
tests/ut/ge/graph/passes/base_pass_unittest.cc View File

@@ -177,6 +177,7 @@ class UtestTestPass : public BaseNodePass {
std::map<std::string, std::unordered_set<std::string>> names_to_add_suspend_; std::map<std::string, std::unordered_set<std::string>> names_to_add_suspend_;
std::map<std::string, std::unordered_set<std::string>> names_to_add_resume_; std::map<std::string, std::unordered_set<std::string>> names_to_add_resume_;
std::unordered_set<std::string> names_to_add_resume_onleaked_; std::unordered_set<std::string> names_to_add_resume_onleaked_;

bool dead_loop_; bool dead_loop_;
unsigned int run_times_; unsigned int run_times_;
}; };


Loading…
Cancel
Save