Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dtbe_task.cc60 …rtError_t rt_ret = rtGetFunctionByName(const_cast<char *>(task_info_->stub_func().c_str()), &stub_… in Distribute()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc144 rtError_t rtGetFunctionByName(const char *stubName, void **stubFunc) { return RT_ERROR_NONE; } in rtGetFunctionByName() function