Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h341 bool SupportsSubGroupWithSize(int sub_group_size) const;
Dgpu_info.cc482 bool GpuInfo::SupportsSubGroupWithSize(int sub_group_size) const { in SupportsSubGroupWithSize() function in tflite::gpu::GpuInfo
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_powervr.cc1274 gpu_info.SupportsSubGroupWithSize(sub_group_size)) { in GuessBestParams()