Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc44 rtError_t rtDeviceReset(int32_t device) { return RT_ERROR_NONE; } in rtDeviceReset() function
/third_party/mindspore/mindspore/ccsrc/utils/context/
Dcontext_extends.cc123 auto ret = rtDeviceReset(static_cast<int32_t>(device_id)); in CloseTsd()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ascend/
Dascend_graph_impl.cc351 auto ret = rtDeviceReset(static_cast<int32_t>(device_id_)); in ~MsEnvGuard()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc1065 ret = rtDeviceReset(UintToInt(device_id)); in ResetDevice()