Home
last modified time | relevance | path

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

/third_party/mindspore/include/api/
Dcontext.h180 enum DeviceType GetDeviceType() const override { return DeviceType::kCPU; }; in GetDeviceType() function
200 enum DeviceType GetDeviceType() const override { return DeviceType::kKirinNPU; }; in GetDeviceType() function
220 enum DeviceType GetDeviceType() const override { return DeviceType::kGPU; }; in GetDeviceType() function
269 enum DeviceType GetDeviceType() const override { return DeviceType::kAscend910; }; in GetDeviceType() function
289 enum DeviceType GetDeviceType() const override { return DeviceType::kAscend310; }; in GetDeviceType() function
449 enum DeviceType GetDeviceType() const override { return DeviceType::kNNRt; }; in GetDeviceType() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcontext.h82 enum DeviceType GetDeviceType() const override { return DeviceType::kCPU; }; in GetDeviceType() function
95 enum DeviceType GetDeviceType() const override { return DeviceType::kKirinNPU; }; in GetDeviceType() function
103 enum DeviceType GetDeviceType() const override { return DeviceType::kGPU; }; in GetDeviceType() function
117 enum DeviceType GetDeviceType() const override { return DeviceType::kAscend910; }; in GetDeviceType() function
125 enum DeviceType GetDeviceType() const override { return DeviceType::kAscend310; }; in GetDeviceType() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DAdapter.cpp29 DeviceType AdapterBase::GetDeviceType() const { in GetDeviceType() function in dawn_native::AdapterBase
DDawnNative.cpp50 DeviceType Adapter::GetDeviceType() const { in GetDeviceType() function in dawn_native::Adapter
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2070 ANGLED3D11DeviceType GetDeviceType(ID3D11Device *device) 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