Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Dresize-bilinear-nchw.c213 …const size_t max_channel_tile = divide_round_up(output_channel_tile, num_threads * target_tiles_pe… in xnn_setup_resize_bilinear2d_nchw_f32() local
214 if (max_channel_tile < output_channel_tile) { in xnn_setup_resize_bilinear2d_nchw_f32()
218 …divide_round_up(output_channel_tile, max_channel_tile * output_channel_subtile) * output_channel_s… in xnn_setup_resize_bilinear2d_nchw_f32()