Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dmodel_runner.cc71 const std::map<std::string, std::shared_ptr<RuntimeInfo>> &ModelRunner::GetRuntimeInfoMap(uint32_t … in GetRuntimeInfoMap() function in mindspore::ge::model_runner::ModelRunner
77 return model_iter->second->GetRuntimeInfoMap(); in GetRuntimeInfoMap()
Dmodel_runner.h45 …const std::map<std::string, std::shared_ptr<RuntimeInfo>> &GetRuntimeInfoMap(uint32_t model_id) co…
Druntime_model.h41 …const std::map<std::string, std::shared_ptr<RuntimeInfo>> &GetRuntimeInfoMap() const { return runt… in GetRuntimeInfoMap() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc584 auto runtime_info_map = ModelRunner::Instance().GetRuntimeInfoMap(graph_id); in LaunchDataDump()
634 auto runtime_info_map = ModelRunner::Instance().GetRuntimeInfoMap(current_graph_->graph_id()); in GetErrorNodeName()
/third_party/mindspore/tests/ut/cpp/device/
Dge_runtime_test.cc469 ASSERT_FALSE(ModelRunner::Instance().GetRuntimeInfoMap(model_id).empty()); in TEST_F()