Home
last modified time | relevance | path

Searched refs:rtModelUnbindStream (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.cc241 if (rtModelUnbindStream(rt_model_handle_, stream_list_[i]) != RT_ERROR_NONE) { in RtModelUnbindStream()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Dhccl_task.cc190 rtError_t rt_ret = rtModelUnbindStream(model_, stream_); in ~StreamGuard()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc118 rtError_t rtModelUnbindStream(rtModel_t model, rtStream_t stream) { return RT_ERROR_NONE; } in rtModelUnbindStream() function