Home
last modified time | relevance | path

Searched defs:CreateDeviceEvent (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h112 virtual std::shared_ptr<DeviceEvent> CreateDeviceEvent() { return nullptr; } in CreateDeviceEvent() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc1175 std::shared_ptr<DeviceEvent> AscendKernelRuntime::CreateDeviceEvent() { in CreateDeviceEvent() function in mindspore::device::ascend::AscendKernelRuntime
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc497 std::shared_ptr<DeviceEvent> GPUKernelRuntime::CreateDeviceEvent() { in CreateDeviceEvent() function in mindspore::device::gpu::GPUKernelRuntime