Searched refs:SupportsImageBuffer (Results 1 – 4 of 4) sorted by relevance
62 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()
91 if (gpu_info.SupportsImageBuffer() && in SelectBestStorageType()
336 bool SupportsImageBuffer() const;
426 bool GpuInfo::SupportsImageBuffer() const { in SupportsImageBuffer() function in tflite::gpu::GpuInfo