Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c199 int out_c16_offset = out_plane_offset + c16 * C16NUM; in AvgPoolingOptInt8() local
208 int out_channel_offset = out_c16_offset + j * C8NUM; in AvgPoolingOptInt8()
254 int out_c8_offset = out_c16_offset + c8 * C8NUM; in AvgPoolingOptInt8()