Home
last modified time | relevance | path

Searched defs:GetWorkGroupsCount (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dutil.cc210 int3 GetWorkGroupsCount(const int3& grid_size, const int3& work_group_size) { in GetWorkGroupsCount() function
H A Dgpu_operation.h147 const int3& GetWorkGroupsCount() const { return work_groups_count_; } in GetWorkGroupsCount() function