Home
last modified time | relevance | path

Searched defs:GetDeviceType (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/include/api/
Dcontext.h247 enum DeviceType GetDeviceType() const override { return DeviceType::kAllDevice; }; in GetDeviceType() function
257 enum DeviceType GetDeviceType() const override { return DeviceType::kCPU; }; in GetDeviceType() function
277 enum DeviceType GetDeviceType() const override { return DeviceType::kKirinNPU; }; in GetDeviceType() function
307 enum DeviceType GetDeviceType() const override { return DeviceType::kGPU; }; in GetDeviceType() function
396 enum DeviceType GetDeviceType() const override { return DeviceType::kAscend; }; in GetDeviceType() function
614 enum DeviceType GetDeviceType() const override { return DeviceType::kNNRt; }; in GetDeviceType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_device_res_manager.h44 DeviceType GetDeviceType() const override { return DeviceType::kAscend; } in GetDeviceType() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/api/
Dgeneric_api_test.cc31 …mindspore::DeviceType GetDeviceType() const override { return mindspore::DeviceType::kCustomDevice… in GetDeviceType() function in mindspore::Tda4DeviceInfo
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Dmbuf_device_address.h43 device::DeviceType GetDeviceType() const { return DeviceType::kAscend; } in GetDeviceType() function
Ddevice_address.h252 virtual DeviceType GetDeviceType() const { return DeviceType::kUnknown; } in GetDeviceType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/
Dcpu_device_address.h77 DeviceType GetDeviceType() const override { return DeviceType::kCPU; } in GetDeviceType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_device_address.h72 DeviceType GetDeviceType() const override { return DeviceType::kGPU; } in GetDeviceType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_device_address.h92 DeviceType GetDeviceType() const override { return DeviceType::kAscend; } in GetDeviceType() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/js_api/
Dnnrt_device_desc.cc187 napi_value NnrtDeviceDescNapi::GetDeviceType(napi_env env, napi_callback_info info) { in GetDeviceType() function in mindspore::NnrtDeviceDescNapi
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp83 DeviceType Adapter::GetDeviceType() const { in GetDeviceType() function in dawn_native::Adapter
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/common/
Ddevice_common_test.h213 virtual DeviceType GetDeviceType() const { return DeviceType::kCPU; } in GetDeviceType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h96 DeviceType GetDeviceType() const { return GetDeviceTypeByName(device_context_key_.device_name_); } in GetDeviceType() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2068 ANGLED3D11DeviceType GetDeviceType(ID3D11Device *device) in GetDeviceType() function