MCPcopy 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
339bool CLDevice::IsAdreno() const { return info_.vendor == Vendor::QUALCOMM; }
340
341bool CLDevice::IsAdreno3xx() const {
342 return IsAdreno() &&

Callers 5

CreateEnvironmentFunction · 0.80
UseFP16SIMDFunction · 0.80
IsConvConstantsSupportedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected