Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsAdreno4xx
Method
IsAdreno4xx
tensorflow/lite/delegates/gpu/cl/cl_device.cc:346–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
bool CLDevice::IsAdreno4xx() const {
347
return IsAdreno() &&
348
isGPUVersionInRange(info_.adreno_info.gpu_version, 400, 500);
349
}
350
351
bool CLDevice::IsAdreno5xx() const {
352
return IsAdreno() &&
Callers
1
Compile
Method · 0.80
Calls
1
isGPUVersionInRange
Function · 0.85
Tested by
no test coverage detected