Home
last modified time | relevance | path

Searched refs:SupportsImageBuffer (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.cc62 gpu_info.SupportsImageBuffer(); in IsGpuSupportsStorageType()
205 return gpu_info.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetFastestStorageType()
208 return gpu_info.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetFastestStorageType()
230 return gpu_info.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetStorageTypeWithMinimalMemoryConsumption()
233 return gpu_info.SupportsImageBuffer() ? TensorStorageType::IMAGE_BUFFER in GetStorageTypeWithMinimalMemoryConsumption()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc91 if (gpu_info.SupportsImageBuffer() && in SelectBestStorageType()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h336 bool SupportsImageBuffer() const;
Dgpu_info.cc426 bool GpuInfo::SupportsImageBuffer() const { in SupportsImageBuffer() function in tflite::gpu::GpuInfo