Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsAdreno
Method
IsAdreno
tensorflow/lite/delegates/gpu/cl/cl_device.cc:339–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
bool CLDevice::IsAdreno() const { return info_.vendor == Vendor::QUALCOMM; }
340
341
bool CLDevice::IsAdreno3xx() const {
342
return IsAdreno() &&
Callers
5
CreateEnvironment
Function · 0.80
IsConvolutionTransposed3x3ThinSupported
Function · 0.80
IsConvolutionTransposedThinSupported
Function · 0.80
UseFP16SIMD
Function · 0.80
IsConvConstantsSupported
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected