Home
last modified time | relevance | path

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

/external/XNNPACK/src/
Dfully-connected-nc.c391 const size_t num_other_tiles = divide_round_up(batch_size, mr); in setup_fully_connected_nc() local
393 …const size_t max_nc = divide_round_up(output_channels * num_other_tiles, num_threads * target_tile… in setup_fully_connected_nc()
Ddeconvolution-nhwc.c622 const size_t num_other_tiles = groups * batch_size * divide_round_up(output_size, mr); in setup_conv_path() local
624 …const size_t max_nc = divide_round_up(group_output_channels * num_other_tiles, num_threads * targe… in setup_conv_path()
743 const size_t num_other_tiles = groups * stride_height * stride_width * in setup_subconv2d_path() local
746 …const size_t max_nc = divide_round_up(group_output_channels * num_other_tiles, num_threads * targe… in setup_subconv2d_path()
Dconvolution-nhwc.c828 const size_t num_other_tiles = groups * divide_round_up(batch_output_size, mr); in setup_convolution2d_nhwc() local
830 …const size_t max_nc = divide_round_up(group_output_channels * num_other_tiles, num_threads * targe… in setup_convolution2d_nhwc()
919 const size_t num_other_tiles = groups * batch_size * divide_round_up(output_size, mr); in setup_convolution2d_nhwc() local
921 …const size_t max_nc = divide_round_up(group_output_channels * num_other_tiles, num_threads * targe… in setup_convolution2d_nhwc()