Home
last modified time | relevance | path

Searched refs:supported_images_2d (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_context.cc62 info->opencl_info.supported_images_2d.r_layout.insert(data_type); in AddSupportedImageFormats()
64 info->opencl_info.supported_images_2d.rg_layout.insert(data_type); in AddSupportedImageFormats()
66 info->opencl_info.supported_images_2d.rgb_layout.insert(data_type); in AddSupportedImageFormats()
68 info->opencl_info.supported_images_2d.rgba_layout.insert(data_type); in AddSupportedImageFormats()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h384 SupportedImage2dTypes supported_images_2d; member
Dgpu_info.cc833 return opencl_info.supported_images_2d.SupportsImage2D(data_type, channels); in SupportsFloatImage2D()