Home
last modified time | relevance | path

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

/external/XNNPACK/src/
Dpacking.c137 const int32_t izp = (int32_t) params->input_zero_point; in xnn_pack_qu8_gemm_goi_w() local
138 const int32_t boff = (int32_t) kc * izp * (int32_t) params->kernel_zero_point; in xnn_pack_qu8_gemm_goi_w()
166 packed_b[nr_block_offset] -= ksum * izp; in xnn_pack_qu8_gemm_goi_w()
192 const int32_t izp = (int32_t) params->input_zero_point; in xnn_pack_qs8_gemm_goi_w() local
220 packed_b[nr_block_offset] -= ksum * izp; in xnn_pack_qs8_gemm_goi_w()
246 const int32_t izp = (int32_t) params->input_zero_point; in xnn_pack_qs8_gemm_xw_goi_w() local
274 packed_b[nr_block_offset] -= ksum * izp; in xnn_pack_qs8_gemm_xw_goi_w()
393 const int32_t izp = (int32_t) params->input_zero_point; in xnn_pack_qu8_gemm_io_w() local
394 const int32_t boff = (int32_t) kc * izp * (int32_t) params->kernel_zero_point; in xnn_pack_qu8_gemm_io_w()
421 packed_b[nr_block_offset] -= ksum * izp; in xnn_pack_qu8_gemm_io_w()
[all …]