Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Dresize-bilinear-nchw.c210 size_t output_channel_tile = resize_op->channels; in xnn_setup_resize_bilinear2d_nchw_f32() local
213 …const size_t max_channel_tile = divide_round_up(output_channel_tile, num_threads * target_tiles_pe… in xnn_setup_resize_bilinear2d_nchw_f32()
214 if (max_channel_tile < output_channel_tile) { in xnn_setup_resize_bilinear2d_nchw_f32()
216 output_channel_tile = in xnn_setup_resize_bilinear2d_nchw_f32()
217 min(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()
225 resize_op->compute.tile[0] = output_channel_tile; in xnn_setup_resize_bilinear2d_nchw_f32()
Dconvolution-nchw.c415 round_up(group_output_channels, xnn_params.f32.conv_hwc2chw_3x3c3s2.output_channel_tile); in xnn_create_convolution2d_nchw_f32()
429 xnn_params.f32.conv_hwc2chw_3x3c3s2.output_channel_tile, in xnn_create_convolution2d_nchw_f32()
436 .output_channel_tile = xnn_params.f32.conv_hwc2chw_3x3c3s2.output_channel_tile, in xnn_create_convolution2d_nchw_f32()
/external/XNNPACK/src/xnnpack/
Doperator.h101 uint8_t output_channel_tile; member
Dparams.h1835 uint8_t output_channel_tile; member
/external/XNNPACK/src/
Dinit.c443 .output_channel_tile = 4, in init()
730 .output_channel_tile = 4, in init()
1371 .output_channel_tile = 4, in init()
2031 .output_channel_tile = 4, in init()
2526 .output_channel_tile = 4, in init()
2889 .output_channel_tile = 4, in init()