Home
last modified time | relevance | path

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

/external/XNNPACK/src/
Doperator-run.c42 … 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()
Dfully-connected-nc.c384 .log2_csize = log2_output_element_size, in setup_fully_connected_nc()
Ddeconvolution-nhwc.c612 .log2_csize = log2_output_element_size, in setup_conv_path()
733 .log2_csize = log2_output_element_size, in setup_subconv2d_path()
Dconvolution-nhwc.c821 .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/
Dcompute.h59 uint32_t log2_csize; member
138 uint32_t log2_csize; member
178 uint32_t log2_csize; member