MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetPlatformVersion

Method GetPlatformVersion

tensorflow/lite/delegates/gpu/cl/cl_device.cc:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335std::string CLDevice::GetPlatformVersion() const {
336 return GetPlatformInfo(platform_id_, CL_PLATFORM_VERSION);
337}
338
339bool CLDevice::IsAdreno() const { return info_.vendor == Vendor::QUALCOMM; }
340

Callers 2

AddSerializedCacheMethod · 0.80
GetSerializedCacheMethod · 0.80

Calls 1

GetPlatformInfoFunction · 0.85

Tested by

no test coverage detected