Searched refs:log2_csize (Results 1 – 5 of 5) sorted by relevance
/external/XNNPACK/src/ |
D | operator-run.c | 42 … context->c + mr_block_start * cm_stride + (nr_block_start << context->log2_csize) + group_index *… in xnn_compute_ggemm() 65 …*) ((uintptr_t) context->c + mr_block_start * cm_stride + (nr_block_start << context->log2_csize)), in xnn_compute_gemm() 107 …index * context->bc_stride + mr_block_start * cm_stride + (nr_block_start << context->log2_csize)), in xnn_compute_gigemm() 133 …index * context->bc_stride + mr_block_start * cm_stride + (nr_block_start << context->log2_csize)), in xnn_compute_igemm() 172 …_x_start * cx_stride + batch_index * context->bc_stride + (nc_block_start << context->log2_csize)), in xnn_compute_gsubconv2d() 210 …_x_start * cx_stride + batch_index * context->bc_stride + (nc_block_start << context->log2_csize)), in xnn_compute_subconv2d()
|
D | fully-connected-nc.c | 384 .log2_csize = log2_output_element_size, in setup_fully_connected_nc()
|
D | deconvolution-nhwc.c | 612 .log2_csize = log2_output_element_size, in setup_conv_path() 733 .log2_csize = log2_output_element_size, in setup_subconv2d_path()
|
D | convolution-nhwc.c | 821 .log2_csize = log2_output_element_size, in setup_convolution2d_nhwc() 912 .log2_csize = log2_output_element_size, in setup_convolution2d_nhwc()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 59 uint32_t log2_csize; member 138 uint32_t log2_csize; member 178 uint32_t log2_csize; member
|