Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_context.cc28 std::vector<cl_image_format> GetSupportedImage2DFormats(cl_context context, in GetSupportedImage2DFormats() function
55 GetSupportedImage2DFormats(context, CL_MEM_READ_WRITE); in AddSupportedImageFormats()
132 auto supported_formats = GetSupportedImage2DFormats(context_, flags); in IsFloatTexture2DSupported()