Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_context.h44 bool IsFloatTexture2DSupported(int num_channels, DataType data_type,
Dcl_context.cc130 bool CLContext::IsFloatTexture2DSupported(int num_channels, DataType data_type, in IsFloatTexture2DSupported() function in tflite::gpu::cl::CLContext
Dtensor.cc164 if (context.IsFloatTexture2DSupported(shape.c, descriptor.data_type)) { in AllocateTensorMemory()