Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_image_format.h28 cl_channel_type ToImageChannelType(DataType data_type);
Dcl_image_format.cc37 cl_channel_type ToImageChannelType(DataType data_type) { in ToImageChannelType() function
Dcl_context.cc49 ToImageChannelType(data_type) && in IsEqualToImageFormat()
134 if (format.image_channel_data_type == ToImageChannelType(data_type) && in IsFloatTexture2DSupported()
Dtensor.cc71 format.image_channel_data_type = ToImageChannelType(descriptor.data_type); in AllocateTensorMemory()
100 format.image_channel_data_type = ToImageChannelType(descriptor.data_type); in AllocateTensorMemory()
130 format.image_channel_data_type = ToImageChannelType(descriptor.data_type); in AllocateTensorMemory()
167 ToImageChannelType(descriptor.data_type); in AllocateTensorMemory()
202 format.image_channel_data_type = ToImageChannelType(data_type); in CreateImageBufferFromBuffer()