Searched defs:nr_block_start (Results 1 – 2 of 2) sorted by relevance
| /external/XNNPACK/src/ |
| D | packing.c | 32 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_f32_gemm_goi_w() local 86 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_f16_gemm_goi_w() local 140 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_qu8_gemm_goi_w() local 194 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_qs8_gemm_goi_w() local 248 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_qs8_gemm_xw_goi_w() local 301 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_f32_gemm_io_w() local 348 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_f16_gemm_io_w() local 395 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_qu8_gemm_io_w() local 446 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_f32_conv_goki_w() local 503 for (size_t nr_block_start = 0; nr_block_start < nc; nr_block_start += nr) { in xnn_pack_f16_conv_goki_w() local [all …]
|
| D | operator-run.c | 28 size_t nr_block_start, in xnn_compute_grouped_gemm() 52 size_t nr_block_start, in xnn_compute_gemm() 95 size_t nr_block_start, in xnn_compute_grouped_batch_igemm() 121 size_t nr_block_start, in xnn_compute_grouped_igemm() 147 size_t nr_block_start, in xnn_compute_batch_igemm() 172 size_t nr_block_start, in xnn_compute_igemm() 904 size_t nr_block_start, in xnn_compute_hmp_grouped_gemm() 929 size_t nr_block_start, in xnn_compute_hmp_gemm() 955 size_t nr_block_start, in xnn_compute_hmp_grouped_batch_igemm() 982 size_t nr_block_start, in xnn_compute_hmp_grouped_igemm() [all …]
|