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

Method SupportsTextureArray

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

Source from the content-addressed store, hash-verified

280}
281
282bool DeviceInfo::SupportsTextureArray() const {
283 return cl_version >= OpenCLVersion::CL_1_2;
284}
285
286CLDevice::CLDevice(cl_device_id id, cl_platform_id platform_id)
287 : id_(id), platform_id_(platform_id), info_(id) {}

Callers 3

CreateEnvironmentFunction · 0.80
GetSupportedStoragesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected