Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Ddeconvolution-nhwc.c749 const size_t num_other_tiles = groups * batch_size * divide_round_up(output_size, mr); in setup_conv_path() local
995 const size_t num_other_tiles = groups * stride_height * stride_width * in setup_subconv2d_path() local
Dfully-connected-nc.c271 const size_t num_other_tiles = divide_round_up(batch_size, mr); in setup_fully_connected_nc() local
Dconvolution-nhwc.c1481 const size_t num_other_tiles = groups * divide_round_up(batch_output_size, mr); in setup_convolution2d_nhwc() local
1614 const size_t num_other_tiles = groups * batch_size * divide_round_up(output_size, mr); in setup_convolution2d_nhwc() local