Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc620 int GetGroupsCount(const BHWC& dst_shape, const int3& wg_size, in GetGroupsCount() function
735 int g1 = GetGroupsCount(dst_shape, params.work_group_size, params.block_size); in GetConvParamsForA7A8()
809 int g1 = GetGroupsCount(dst_shape, {8, 4, 1}, block_size); in GetConvParamsForA9AndHigher()
885 int g1 = GetGroupsCount(dst_shape, params.work_group_size, params.block_size); in GetConvParamsForIntel()