Home
last modified time | relevance | path

Searched defs:out_tile_count (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpooling_fp32.c32 int out_tile_count = UP_DIV(out_plane, TILE_NUM); in AvgPooling() local
147 int out_tile_count = UP_DIV(out_plane, TILE_NUM); in MaxPooling() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c90 int out_tile_count = UP_DIV(out_plane, TILE_NUM); in AvgPoolingOptInt8() local
334 int out_tile_count = UP_DIV(out_plane, TILE_NUM); in MaxPoolingWithQuantInt8() local
428 int out_tile_count = UP_DIV(out_plane, TILE_NUM); in MaxPoolingOptInt8() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpooling_fp16.c31 int out_tile_count = UP_DIV(out_plane, TILE_NUM); in AvgPoolingFp16() local
268 int out_tile_count = UP_DIV(out_plane, TILE_NUM); in MaxPoolingFp16() local