Home
last modified time | relevance | path

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

/external/XNNPACK/src/
Daverage-pooling-nhwc.c447 const size_t indirect_input_height_stride = step_height * sizeof(void*); in xnn_setup_average_pooling2d_nhwc_q8() local
455 .indirect_input_batch_stride = output_height * indirect_input_height_stride, in xnn_setup_average_pooling2d_nhwc_q8()
456 .indirect_input_height_stride = indirect_input_height_stride, in xnn_setup_average_pooling2d_nhwc_q8()
575 const size_t indirect_input_height_stride = step_height * sizeof(void*); in xnn_setup_average_pooling2d_nhwc_f32() local
587 .indirect_input_batch_stride = output_height * indirect_input_height_stride, in xnn_setup_average_pooling2d_nhwc_f32()
588 .indirect_input_height_stride = indirect_input_height_stride, in xnn_setup_average_pooling2d_nhwc_f32()
643 .indirect_input_batch_stride = output_height * indirect_input_height_stride, in xnn_setup_average_pooling2d_nhwc_f32()
644 .indirect_input_height_stride = indirect_input_height_stride, in xnn_setup_average_pooling2d_nhwc_f32()
Dargmax-pooling-nhwc.c245 const size_t indirect_input_height_stride = step_height * sizeof(void*); in xnn_setup_argmax_pooling2d_nhwc_f32() local
254 .indirect_input_height_stride = indirect_input_height_stride, in xnn_setup_argmax_pooling2d_nhwc_f32()
Dmax-pooling-nhwc.c389 const size_t indirect_input_height_stride = step_height * sizeof(void*); in setup_max_pooling2d() local
396 .indirect_input_height_stride = indirect_input_height_stride, in setup_max_pooling2d()
Doperator-run.c279 output_y * context->indirect_input_height_stride); in xnn_compute_argmax_pooling_unipass()
299 output_y * context->indirect_input_height_stride); in xnn_compute_argmax_pooling_multipass()
322 output_y * context->indirect_input_height_stride); in xnn_compute_max_pooling()
361 …h_index * context->indirect_input_batch_stride + output_y * context->indirect_input_height_stride); in xnn_compute_average_pooling_unipass()
379 …h_index * context->indirect_input_batch_stride + output_y * context->indirect_input_height_stride); in xnn_compute_average_pooling_multipass()
398 …h_index * context->indirect_input_batch_stride + output_y * context->indirect_input_height_stride); in xnn_compute_pixelwise_average_pooling_unipass()
418 …h_index * context->indirect_input_batch_stride + output_y * context->indirect_input_height_stride); in xnn_compute_pixelwise_average_pooling_multipass()
/external/XNNPACK/src/xnnpack/
Dcompute.h295 size_t indirect_input_height_stride; member
345 size_t indirect_input_height_stride; member
383 size_t indirect_input_height_stride; member
418 size_t indirect_input_height_stride; member