Home
last modified time | relevance | path

Searched refs:SupportsImages (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.cc240 !gpu_info.SupportsImages() || gpu_info.IsMali() || gpu_info.IsApple(); in CreateDepthwiseConvolution2D()
290 !gpu_info.SupportsImages() || gpu_info.IsMali() || gpu_info.IsApple() in CreateDepthwiseConvolution2DDynamicWeights()
304 !gpu_info.SupportsImages() || gpu_info.IsMali() || gpu_info.IsApple(); in CreateDepthwiseConvolution3D()
Dfully_connected.cc164 desc.storage_type = gpu_info.SupportsImages() ? LinearStorageType::TEXTURE_2D in CreateFullyConnected()
Dconvolution_transposed_4x4.cc433 desc.storage_type = gpu_info.IsApple() || !gpu_info.SupportsImages() in CreateConvolutionTransposed4x4()
458 desc.storage_type = gpu_info.IsApple() || !gpu_info.SupportsImages() in CreateConvolutionTransposed4x4DynamicWeights()
Ddepthwise_conv_3x3_stride_h2.cc211 bool weights_are_buffer = !gpu_info.SupportsImages() || in CreateDepthWiseConv3x3StrideH2()
Ddepthwise_conv_3x3.cc314 bool weights_are_buffer = !gpu_info.SupportsImages() || in CreateDepthwiseConv3x3()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc417 if (!SupportsImages()) { in SupportsTextureArray()
427 if (!SupportsImages()) { in SupportsImageBuffer()
437 if (!SupportsImages()) { in SupportsImage3D()
450 bool GpuInfo::SupportsImages() const { in SupportsImages() function in tflite::gpu::GpuInfo
Dgpu_info.h334 bool SupportsImages() const;
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.cc226 if (gpu_info.SupportsImages()) { in Init()