Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Dconvolution-nchw.c662 …const size_t max_output_height_slice = divide_round_up(output_height, num_threads * target_tiles_p… in setup_convolution2d_nchw() local
663 if (max_output_height_slice < output_height_slice) { in setup_convolution2d_nchw()
665 …divide_round_up(output_height_slice, max_output_height_slice * output_height_tile) * output_height… in setup_convolution2d_nchw()