Home
last modified time | relevance | path

Searched defs:GetModelHandle (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.h42 rtModel_t GetModelHandle() const { return rt_model_handle_; } in GetModelHandle() function
Dmodel_runner.cc80 void *ModelRunner::GetModelHandle(uint32_t model_id) const { in GetModelHandle() function in mindspore::ge::model_runner::ModelRunner