Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/workgroups/
Dcalculator.cc51 while (CalculateProduct(*wg) > gpu_info.GetMaxWorkGroupTotalSize()) { in MaybeShrinkWorkgroup()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dmean.cc104 std::min(static_cast<uint32_t>(ctx.gpu_info->GetMaxWorkGroupTotalSize()), in GenerateSubgroupBasedMean()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h353 int GetMaxWorkGroupTotalSize() const;
Dgpu_info.cc572 int GpuInfo::GetMaxWorkGroupTotalSize() const { in GetMaxWorkGroupTotalSize() function in tflite::gpu::GpuInfo