Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c198 int in_c16_offset = in_batch_offset + c16 * C16NUM; in AvgPoolingOptInt8() local
207 int in_channel_offset = in_c16_offset + j * C8NUM; in AvgPoolingOptInt8()
253 int in_c8_offset = in_c16_offset + c8 * C8NUM; in AvgPoolingOptInt8()