Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtexture2d.cc27 cl_channel_type channel_type = DataTypeToChannelType(type); in CreateTexture2D()
86 channel_type_ = DataTypeToChannelType(desc.element_type, desc.normalized); in CreateFromTexture2DDescriptor()
Dutil.h55 cl_channel_type DataTypeToChannelType(DataType type, bool normalized = false);
Dlinear_storage.cc92 DataTypeToChannelType(desc.element_type), data_ptr, in CreateFromTensorLinearDescriptor()
Dutil.cc187 cl_channel_type DataTypeToChannelType(DataType type, bool normalized) { in DataTypeToChannelType() function