Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h146 uint32_t GetFirstRunGraphId() const;
Ddebugger.cc1312 uint32_t Debugger::GetFirstRunGraphId() const { return rungraph_id_list_.front(); } in GetFirstRunGraphId() function in mindspore::Debugger
1438 (graph->graph_id() == debugger_->GetFirstRunGraphId())) { in UpdateStepNum()