Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc162 cl_device_fp_config f16_config; in GpuInfoFromDeviceID() local
164 id, CL_DEVICE_HALF_FP_CONFIG, &f16_config); in GpuInfoFromDeviceID()
167 info.opencl_info.supports_fp16_rtn = f16_config & CL_FP_ROUND_TO_NEAREST; in GpuInfoFromDeviceID()
169 f16_config = f32_config; in GpuInfoFromDeviceID()