Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dwork_group_picking.cc55 y <= gpu_info.GetMaxWorkGroupSizeForY() && in GenerateWorkGroupSizesXYMultipleOf()
81 y <= gpu_info.GetMaxWorkGroupSizeForY() && in GenerateWorkGroupSizesXMultipleOf()
97 max_wg_size.y = gpu_info.GetMaxWorkGroupSizeForY(); in GetWorkGroupsAlignedToGrid()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/workgroups/
Dcalculator.cc36 while (wg->y > gpu_info.GetMaxWorkGroupSizeForY()) { in MaybeShrinkWorkgroup()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dmean.cc103 const uint32_t max_wg_size_y = ctx.gpu_info->GetMaxWorkGroupSizeForY(); in GenerateSubgroupBasedMean()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h462 int GetMaxWorkGroupSizeForY() const;
Dgpu_info.cc878 int GpuInfo::GetMaxWorkGroupSizeForY() const { in GetMaxWorkGroupSizeForY() function in tflite::gpu::GpuInfo