MCPcopy 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
346bool CLDevice::IsAdreno4xx() const {
347 return IsAdreno() &&
348 isGPUVersionInRange(info_.adreno_info.gpu_version, 400, 500);
349}
350
351bool CLDevice::IsAdreno5xx() const {
352 return IsAdreno() &&

Callers 1

CompileMethod · 0.80

Calls 1

isGPUVersionInRangeFunction · 0.85

Tested by

no test coverage detected