Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ascend/
Dascend_graph_impl.cc109 rtError_t rt_ret = rtCtxSetCurrent(context_); in ExecuteModel()
240 rtError_t rt_ret = rtCtxSetCurrent(context_); in Load()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc48 rtError_t rtCtxSetCurrent(rtContext_t ctx) { return RT_ERROR_NONE; } in rtCtxSetCurrent() function
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc118 ret = rtCtxSetCurrent(rt_context); in InitDevice()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc132 auto ret = rtCtxSetCurrent(rt_context_); in SetContext()
143 auto ret = rtCtxSetCurrent(rt_context_); in SetCurrentContext()