Searched refs:w_stride (Results 1 – 7 of 7) sorted by relevance
/external/XNNPACK/src/ |
D | operator-run.c | 42 …(const void*) ((uintptr_t) context->packed_w + nr_block_start * context->w_stride + group_index * … in xnn_compute_grouped_gemm() 65 (const void*) ((uintptr_t) context->packed_w + nr_block_start * context->w_stride), in xnn_compute_gemm() 108 …(const void*) ((uintptr_t) context->packed_w + nr_block_start * context->w_stride + group_index * … in xnn_compute_grouped_batch_igemm() 134 …(const void*) ((uintptr_t) context->packed_w + nr_block_start * context->w_stride + group_index * … in xnn_compute_grouped_igemm() 160 (const void*) ((uintptr_t) context->packed_w + nr_block_start * context->w_stride), in xnn_compute_batch_igemm() 185 (const void*) ((uintptr_t) context->packed_w + nr_block_start * context->w_stride), in xnn_compute_igemm() 225 …ubconvolution_params->weights + nc_block_start * subconvolution_params->w_stride + group_index * c… in xnn_compute_grouped_subgemm2d() 262 …*) ((uintptr_t) subconvolution_params->weights + nc_block_start * subconvolution_params->w_stride), in xnn_compute_subgemm2d() 299 …ubconvolution_params->weights + nc_block_start * subconvolution_params->w_stride + group_index * c… in xnn_compute_grouped_subconv2d() 337 …*) ((uintptr_t) subconvolution_params->weights + nc_block_start * subconvolution_params->w_stride), in xnn_compute_subconv2d() [all …]
|
/external/XNNPACK/src/operators/ |
D | deconvolution-nhwc.c | 201 subconvolution_params->w_stride = sizeof(float) + k_stride * subkernel_size * sizeof(float); in create_deconvolution2d_nhwc() 522 const size_t w_stride = bias_element_size + in setup_conv_path() local 528 .w_stride = w_stride, in setup_conv_path() 537 .gw_stride = w_stride * round_up(group_output_channels, nr), in setup_conv_path() 682 const size_t w_stride = stride_height * stride_width * bias_element_size + in setup_subconv2d_path() local 695 .gw_stride = w_stride * round_up(group_output_channels, nr), in setup_subconv2d_path() 713 .gw_stride = w_stride * round_up(group_output_channels, nr), in setup_subconv2d_path()
|
D | convolution-nhwc.c | 853 const size_t w_stride = bias_element_size + in setup_convolution2d_nhwc() local 870 .w_stride = w_stride, in setup_convolution2d_nhwc() 871 .wg_stride = w_stride * round_up(group_output_channels, nr), in setup_convolution2d_nhwc() 970 …const size_t w_stride = (round_up_po2(group_input_channels, convolution_op->ukernel.igemm.kr) * ke… in setup_convolution2d_nhwc() local 976 .w_stride = w_stride, in setup_convolution2d_nhwc() 985 .gw_stride = w_stride * round_up(group_output_channels, nr), in setup_convolution2d_nhwc()
|
D | fully-connected-nc.c | 207 ….w_stride = (round_up_po2(input_channels, fully_connected_op->ukernel.gemm.kr) << log2_input_eleme… in setup_fully_connected_nc()
|
/external/XNNPACK/src/xnnpack/ |
D | operator.h | 181 size_t w_stride; member
|
D | compute.h | 69 size_t w_stride; member 165 size_t w_stride; member
|
/external/llvm-project/mlir/docs/Rationale/ |
D | Rationale.md | 669 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation 672 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low 697 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation, 700 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
|