Lines Matching refs:cx_stride
490 const size_t cx_stride = context->cx_stride; in xnn_compute_grouped_subgemm2d() local
498 …x * context->gc_stride + slice_y * context->cy_stride + slice_x_start * cx_stride + batch_index * … in xnn_compute_grouped_subgemm2d()
499 cx_stride, in xnn_compute_grouped_subgemm2d()
527 const size_t cx_stride = context->cx_stride; in xnn_compute_subgemm2d() local
535 …olution_params->output + slice_y * context->cy_stride + slice_x_start * cx_stride + batch_index * … in xnn_compute_subgemm2d()
536 cx_stride, in xnn_compute_subgemm2d()
564 const size_t cx_stride = context->cx_stride; in xnn_compute_grouped_subconv2d() local
572 …x * context->gc_stride + slice_y * context->cy_stride + slice_x_start * cx_stride + batch_index * … in xnn_compute_grouped_subconv2d()
573 cx_stride, in xnn_compute_grouped_subconv2d()
602 const size_t cx_stride = context->cx_stride; in xnn_compute_subconv2d() local
610 …olution_params->output + slice_y * context->cy_stride + slice_x_start * cx_stride + batch_index * … in xnn_compute_subconv2d()
611 cx_stride, in xnn_compute_subconv2d()