Home
last modified time | relevance | path

Searched refs:IsPostGraphFinished (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dexecutor.cc383 if (graph != nullptr && !graph->IsPostGraphFinished()) { in RunGraphAsync()
386 reenter_cond_var_.wait(lock, [&graph] { return graph->IsPostGraphFinished(); }); in RunGraphAsync()
Dkernel_graph.h313 bool IsPostGraphFinished() const { in IsPostGraphFinished() function