Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dwork_group_picking.cc54 if (x <= gpu_info.GetMaxWorkGroupSizeForX() && in GenerateWorkGroupSizesXYMultipleOf()
80 if (x <= gpu_info.GetMaxWorkGroupSizeForX() && in GenerateWorkGroupSizesXMultipleOf()
96 max_wg_size.x = gpu_info.GetMaxWorkGroupSizeForX(); in GetWorkGroupsAlignedToGrid()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/workgroups/
Dcalculator.cc32 while (wg->x > gpu_info.GetMaxWorkGroupSizeForX()) { in MaybeShrinkWorkgroup()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dmean_stddev_normalization.cc100 std::min(tensor_slices, gpu_info.GetMaxWorkGroupSizeForX()); in MeanStdDevNormalization()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dmean.cc99 const uint32_t max_wg_size_x = ctx.gpu_info->GetMaxWorkGroupSizeForX(); in GenerateSubgroupBasedMean()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h350 int GetMaxWorkGroupSizeForX() const;
Dgpu_info.cc524 int GpuInfo::GetMaxWorkGroupSizeForX() const { in GetMaxWorkGroupSizeForX() function in tflite::gpu::GpuInfo