Searched refs:dst_groups (Results 1 – 1 of 1) sorted by relevance
41 const int dst_groups = DivideRoundUp(dst_slices, out_group_size); in RearrangeWeightsToOHWIOGroupI4O4() local44 for (int d = 0; d < dst_groups; ++d) { in RearrangeWeightsToOHWIOGroupI4O4()77 const int dst_groups = DivideRoundUp(dst_slices, out_group_size); in RearrangeWeightsToOHWIOGroupO4I4() local80 for (int d = 0; d < dst_groups; ++d) { in RearrangeWeightsToOHWIOGroupO4I4()113 const int dst_groups = DivideRoundUp(dst_slices, out_group_size); in RearrangeWeightsToODHWIOGroupI4O4() local116 for (int d = 0; d < dst_groups; ++d) { in RearrangeWeightsToODHWIOGroupI4O4()151 const int dst_groups = DivideRoundUp(dst_slices, out_group_size); in RearrangeWeightsToI4HWIOOGroupO4() local158 for (int d = 0; d < dst_groups; ++d) { in RearrangeWeightsToI4HWIOOGroupO4()187 const int dst_groups = DivideRoundUp(dst_slices, out_group_size); in RearrangeWeightsToO4HWIOOGroupI4() local194 for (int d = 0; d < dst_groups; ++d) { in RearrangeWeightsToO4HWIOOGroupI4()[all …]