Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c196 int channel_16_res = channel - c16 * C16NUM; in AvgPoolingOptInt8() local
197 int c8 = channel_16_res / C8NUM; in AvgPoolingOptInt8()
252 int channel_8_res = channel_16_res - c8 * C8NUM; in AvgPoolingOptInt8()