Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpack_fp16.c188 const int hw_tile = C16NUM; in PackNHWCToNCHWFp16() local
191 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()