Home
last modified time | relevance | path

Searched refs:rtStreamCreate (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.cc140 rt_ret = rtStreamCreate(&rt_model_stream_, davinci_model->GetPriority()); in InitResource()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc52 rtError_t rtStreamCreate(rtStream_t *stream, int32_t priority) { return RT_ERROR_NONE; } in rtStreamCreate() function
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc123 ret = rtStreamCreate(&stream_, 0); in InitDevice()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc748 auto ret = rtStreamCreate(&stream, 0); in SetKernelModStream()
1043 ret = rtStreamCreate(&communication_stream_, 0); in InitDevice()