Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
std::string CLDevice::GetPlatformVersion() const {
336
return GetPlatformInfo(platform_id_, CL_PLATFORM_VERSION);
337
}
338
339
bool CLDevice::IsAdreno() const { return info_.vendor == Vendor::QUALCOMM; }
340
Callers
2
AddSerializedCache
Method · 0.80
GetSerializedCache
Method · 0.80
Calls
1
GetPlatformInfo
Function · 0.85
Tested by
no test coverage detected