Searched refs:cur_hw (Results 1 – 2 of 2) sorted by relevance
171 int cur_hw = cur_h * w + cur_w; in NC1HWC2_int8_to_NCHW_int8() local172 dst[c * hw_dst + cur_h * w + cur_w] = src_c[C2 * cur_hw + offset]; in NC1HWC2_int8_to_NCHW_int8()201 int cur_hw = cur_h * w + cur_w; in NC1HWC2_int8_to_NCHW_float() local202 … dst[c * hw_dst + cur_h * w + cur_w] = (src_c[C2 * cur_hw + offset] - zp) * scale; // int8-->float in NC1HWC2_int8_to_NCHW_float()
235 int cur_hw = cur_h * w + cur_w; in NC1HWC2_int8_to_NCHW_float() local236 … dst[c * hw_dst + cur_h * w + cur_w] = (src_c[C2 * cur_hw + offset] - zp) * scale; // int8-->float in NC1HWC2_int8_to_NCHW_float()