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

Method IsAdreno5xx

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

Source from the content-addressed store, hash-verified

349}
350
351bool CLDevice::IsAdreno5xx() const {
352 return IsAdreno() &&
353 isGPUVersionInRange(info_.adreno_info.gpu_version, 500, 600);
354}
355
356bool CLDevice::IsAdreno6xx() const {
357 return IsAdreno() &&

Callers

nothing calls this directly

Calls 1

isGPUVersionInRangeFunction · 0.85

Tested by

no test coverage detected