Searched refs:hw_tile (Results 1 – 1 of 1) sorted by relevance
188 const int hw_tile = C16NUM; in PackNHWCToNCHWFp16() local191 const int hw_tile = C8NUM; in PackNHWCToNCHWFp16()193 int hw_align = plane / hw_tile; in PackNHWCToNCHWFp16()197 int offset_hw = UP_DIV(hw_align, thread_count) * hw_tile; in PackNHWCToNCHWFp16()206 hw_align *= hw_tile; in PackNHWCToNCHWFp16()214 for (; hw < hw_align; hw += hw_tile) { in PackNHWCToNCHWFp16()228 for (int tr = 0; tr < hw_tile; tr++) { in PackNHWCToNCHWFp16()238 for (size_t i = 0; i < hw_tile; i++) { in PackNHWCToNCHWFp16()