Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dprofiler_task.cc40 rtError_t rt_model_ret = rtModelGetId(model_handle_, &model_id); in Distribute()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc184 RTS_API rtError_t rtModelGetId(rtModel_t model, uint32_t *modelId) { return RT_ERROR_NONE; } in rtModelGetId() function