Searched refs:channel_16_res (Results 1 – 1 of 1) sorted by relevance
196 int channel_16_res = channel - c16 * C16NUM; in AvgPoolingOptInt8() local197 int c8 = channel_16_res / C8NUM; in AvgPoolingOptInt8()252 int channel_8_res = channel_16_res - c8 * C8NUM; in AvgPoolingOptInt8()