Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_kernel_runtime.h57 DeviceType GetTargetDeviceType() const override { return DeviceType::kAscend; }; in GetTargetDeviceType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/
Dcpu_kernel_runtime.h49 DeviceType GetTargetDeviceType() const override { return DeviceType::kCPU; }; in GetTargetDeviceType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_kernel_runtime.h51 DeviceType GetTargetDeviceType() const override { return DeviceType::kGPU; } in GetTargetDeviceType() function