Searched refs:indirect_input_height_stride (Results 1 – 6 of 6) sorted by relevance
252 const size_t indirect_input_height_stride = step_height * sizeof(void*); in xnn_setup_argmax_pooling2d_nhwc_f32() local261 .indirect_input_height_stride = indirect_input_height_stride, in xnn_setup_argmax_pooling2d_nhwc_f32()
541 const size_t indirect_input_height_stride = step_height * sizeof(void*); in setup_average_pooling2d() local579 .indirect_input_height_stride = indirect_input_height_stride, in setup_average_pooling2d()608 .indirect_input_height_stride = indirect_input_height_stride, in setup_average_pooling2d()
293 const size_t indirect_input_height_stride = step_height * sizeof(void*); in setup_max_pooling2d_nhwc() local300 .indirect_input_height_stride = indirect_input_height_stride, in setup_max_pooling2d_nhwc()
1118 .indirect_input_height_stride = step_height * sizeof(void*), in setup_convolution2d_nhwc()
385 size_t indirect_input_height_stride; member491 size_t indirect_input_height_stride; member541 size_t indirect_input_height_stride; member575 size_t indirect_input_height_stride; member611 size_t indirect_input_height_stride; member
374 …t void**) ((uintptr_t) context->indirect_input + output_y * context->indirect_input_height_stride); in xnn_compute_dwconv_unipass()465 output_y * context->indirect_input_height_stride); in xnn_compute_argmax_pooling_unipass()484 output_y * context->indirect_input_height_stride); in xnn_compute_argmax_pooling_multipass()506 output_y * context->indirect_input_height_stride); in xnn_compute_max_pooling()544 …t void**) ((uintptr_t) context->indirect_input + output_y * context->indirect_input_height_stride); in xnn_compute_average_pooling_unipass()562 …t void**) ((uintptr_t) context->indirect_input + output_y * context->indirect_input_height_stride); in xnn_compute_average_pooling_multipass()583 …t void**) ((uintptr_t) context->indirect_input + output_y * context->indirect_input_height_stride); in xnn_compute_pixelwise_average_pooling_unipass()603 …t void**) ((uintptr_t) context->indirect_input + output_y * context->indirect_input_height_stride); in xnn_compute_pixelwise_average_pooling_multipass()