Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/graph_kernel/akg/
Dakg_kernel_build.h42 virtual std::string GetPlatform() const { return "default"; } in GetPlatform() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/akg/
Dakg_ascend_kernel_build.h41 std::string GetPlatform() const override { return "ASCEND"; } in GetPlatform() function
/third_party/gn/examples/ios/build/config/ios/scripts/
Dsdk_info.py33 def GetPlatform(target_environment): function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DInstance.cpp282 dawn_platform::Platform* InstanceBase::GetPlatform() { in GetPlatform() function in dawn_native::InstanceBase
DDevice.cpp593 dawn_platform::Platform* DeviceBase::GetPlatform() const { in GetPlatform() function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp171 DawnPerfTestPlatform* DawnPerfTestEnvironment::GetPlatform() const { in GetPlatform() function in DawnPerfTestEnvironment