Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dmodel_runner.cc80 void *ModelRunner::GetModelHandle(uint32_t model_id) const { in GetModelHandle() function in mindspore::ge::model_runner::ModelRunner
86 return model_iter->second->GetModelHandle(); in GetModelHandle()
Dmodel_runner.h47 void *GetModelHandle(uint32_t model_id) const;
Druntime_model.h42 rtModel_t GetModelHandle() const { return rt_model_handle_; } in GetModelHandle() function
/third_party/mindspore/tests/ut/cpp/device/
Dge_runtime_test.cc470 ASSERT_NO_THROW(ModelRunner::Instance().GetModelHandle(model_id)); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc537 std::bind(&ModelRunner::GetModelHandle, &ModelRunner::Instance(), model_iter->first); in LoadTask()