Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dwork_group_picking.cc56 z <= gpu_info.GetMaxWorkGroupSizeForZ()) { in GenerateWorkGroupSizesXYMultipleOf()
82 z <= gpu_info.GetMaxWorkGroupSizeForZ() && in GenerateWorkGroupSizesXMultipleOf()
98 max_wg_size.z = gpu_info.GetMaxWorkGroupSizeForZ(); in GetWorkGroupsAlignedToGrid()
306 max_z_size = std::min(max_z_size, gpu_info.GetMaxWorkGroupSizeForZ()); in GetPossibleWorkGroupsConv()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/workgroups/
Dcalculator.cc40 while (wg->z > gpu_info.GetMaxWorkGroupSizeForZ()) { in MaybeShrinkWorkgroup()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h352 int GetMaxWorkGroupSizeForZ() const;
Dgpu_info.cc556 int GpuInfo::GetMaxWorkGroupSizeForZ() const { in GetMaxWorkGroupSizeForZ() function in tflite::gpu::GpuInfo