Home
last modified time | relevance | path

Searched refs:SelectBestWorkGroup (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dwinograd.h89 int3 SelectBestWorkGroup(const KernelInfo& kernel_info) const;
156 int3 SelectBestWorkGroup(const KernelInfo& kernel_info) const;
Dwinograd.cc439 int3 Winograd4x4To36TileX6::SelectBestWorkGroup( in SelectBestWorkGroup() function in tflite::gpu::Winograd4x4To36TileX6
481 work_groups->push_back(SelectBestWorkGroup(kernel_info)); in GetPossibleKernelWorkGroups()
658 int3 Winograd36To4x4Tile4x1::SelectBestWorkGroup( in SelectBestWorkGroup() function in tflite::gpu::Winograd36To4x4Tile4x1
695 work_groups->push_back(SelectBestWorkGroup(kernel_info)); in GetPossibleKernelWorkGroups()