Searched refs:indirect_input_height_stride (Results 1 – 5 of 5) sorted by relevance
447 const size_t indirect_input_height_stride = step_height * sizeof(void*); in xnn_setup_average_pooling2d_nhwc_q8() local455 .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() local587 .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()
245 const size_t indirect_input_height_stride = step_height * sizeof(void*); in xnn_setup_argmax_pooling2d_nhwc_f32() local254 .indirect_input_height_stride = indirect_input_height_stride, in xnn_setup_argmax_pooling2d_nhwc_f32()
389 const size_t indirect_input_height_stride = step_height * sizeof(void*); in setup_max_pooling2d() local396 .indirect_input_height_stride = indirect_input_height_stride, in setup_max_pooling2d()
279 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()
295 size_t indirect_input_height_stride; member345 size_t indirect_input_height_stride; member383 size_t indirect_input_height_stride; member418 size_t indirect_input_height_stride; member