Home
last modified time | relevance | path

Searched defs:GetDeviceName (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dcpu_somas.cc28 std::string CPUSomas::GetDeviceName() const { return "CPU"; } in GetDeviceName() function in mindspore::device::cpu::CPUSomas
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/js_api/
Dnnrt_device_desc.cc128 napi_value NnrtDeviceDescNapi::GetDeviceName(napi_env env, napi_callback_info info) { in GetDeviceName() function in mindspore::NnrtDeviceDescNapi
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/hardware/
Dgpu_somas.cc31 std::string GPUSomas::GetDeviceName() const { return "GPU"; } in GetDeviceName() function in mindspore::device::gpu::GPUSomas
Dgpu_device_context.cc1160 std::string GPUDeviceContext::GetDeviceName(uint32_t device_id) { in GetDeviceName() function in mindspore::device::gpu::GPUDeviceContext
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dacl_somas.cc37 std::string AclSomas::GetDeviceName() const { return "Ascend"; } in GetDeviceName() function in mindspore::device::ascend::AclSomas
Dge_device_context.cc545 std::string GeDeviceContext::GetDeviceName(uint32_t) { in GetDeviceName() function in mindspore::device::ascend::GeDeviceContext