Skip to content

Commit

Permalink
Fix plint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
huajsj committed Apr 22, 2021
1 parent 7c4dc14 commit 9f2918c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/runtime/subgraph/subgraph_function.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,4 @@ bool subgraph_poll(vector<NDArray>* output, const SHARED_RUNTIME_VEC& runtimes,
return suc;
}

void subgraph_stop(const SHARED_RUNTIME_VEC& runtimes) {
runtimes.front()->notifyNextExit();
}
void subgraph_stop(const SHARED_RUNTIME_VEC& runtimes) { runtimes.front()->notifyNextExit(); }

0 comments on commit 9f2918c

Please sign in to comment.