Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_event.cc25 auto ret = rtEventCreate(&event_); in AscendEvent()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.cc97 rtError_t rt_ret = rtEventCreate(&rt_event); in InitEvent()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc134 rtError_t rtEventCreate(rtEvent_t *event) { return RT_ERROR_NONE; } in rtEventCreate() function
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc152 auto ret = rtEventCreate(&(*event_)); in RecordEvent()