Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc117 const session::KernelGraph *current_graph_ = nullptr; variable
121 current_graph_ = nullptr; in ~AscendKernelRuntime()
298 current_graph_ = nullptr; in ReleaseDeviceRes()
597 if (task_fail_info == nullptr || current_graph_ == nullptr) { in TaskFailCallback()
611 std::to_string(current_graph_->graph_id()); in TaskFailCallback()
631 if (current_graph_ == nullptr) { in GetErrorNodeName()
634 auto runtime_info_map = ModelRunner::Instance().GetRuntimeInfoMap(current_graph_->graph_id()); in GetErrorNodeName()
640 auto &execute_node = current_graph_->execution_order(); in GetErrorNodeName()
921 current_graph_ = &graph; in RunTask()