Home
last modified time | relevance | path

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

/external/XNNPACK/src/
Dpacking.c33 const size_t nr_block_size = min(nc - nr_block_start, nr); in xnn_pack_f32_gemm_goi_w() local
35 for (size_t nr_block_offset = 0; nr_block_offset < nr_block_size; nr_block_offset++) { in xnn_pack_f32_gemm_goi_w()
42 for (size_t nr_block_offset = 0; nr_block_offset < nr_block_size; nr_block_offset++) { in xnn_pack_f32_gemm_goi_w()
48 packed_w += (nr - nr_block_size) * kr; in xnn_pack_f32_gemm_goi_w()
53 for (size_t nr_block_offset = 0; nr_block_offset < nr_block_size; nr_block_offset++) { in xnn_pack_f32_gemm_goi_w()
60 packed_w += (nr - nr_block_size) * kr; in xnn_pack_f32_gemm_goi_w()
87 const size_t nr_block_size = min(nc - nr_block_start, nr); in xnn_pack_f16_gemm_goi_w() local
89 for (size_t nr_block_offset = 0; nr_block_offset < nr_block_size; nr_block_offset++) { in xnn_pack_f16_gemm_goi_w()
96 for (size_t nr_block_offset = 0; nr_block_offset < nr_block_size; nr_block_offset++) { in xnn_pack_f16_gemm_goi_w()
102 packed_w += (nr - nr_block_size) * kr; in xnn_pack_f16_gemm_goi_w()
[all …]
Doperator-run.c30 size_t nr_block_size) in xnn_compute_grouped_gemm() argument
38 nr_block_size, in xnn_compute_grouped_gemm()
54 size_t nr_block_size) in xnn_compute_gemm() argument
61 nr_block_size, in xnn_compute_gemm()
97 size_t nr_block_size) in xnn_compute_grouped_batch_igemm() argument
104 nr_block_size, in xnn_compute_grouped_batch_igemm()
123 size_t nr_block_size) in xnn_compute_grouped_igemm() argument
130 nr_block_size, in xnn_compute_grouped_igemm()
149 size_t nr_block_size) in xnn_compute_batch_igemm() argument
156 nr_block_size, in xnn_compute_batch_igemm()
[all …]
/external/XNNPACK/src/xnnpack/
Dcompute.h92 size_t nr_block_size);
99 size_t nr_block_size);
109 size_t nr_block_size);
117 size_t nr_block_size);
195 size_t nr_block_size);
204 size_t nr_block_size);
211 size_t nr_block_size);
219 size_t nr_block_size);
229 size_t nr_block_size);
239 size_t nr_block_size);
[all …]