Home
last modified time | relevance | path

Searched defs:max_nc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/XNNPACK/src/operators/
H A Ddeconvolution-nhwc.c751 …const size_t max_nc = divide_round_up(group_output_channels * num_other_tiles, num_threads * targe… in setup_conv_path() local
998 …const size_t max_nc = divide_round_up(group_output_channels * num_other_tiles, num_threads * targe… in setup_subconv2d_path() local
H A Dconvolution-nhwc.c1483 …const size_t max_nc = divide_round_up(group_output_channels * num_other_tiles, num_threads * targe… in setup_convolution2d_nhwc() local
1616 …const size_t max_nc = divide_round_up(group_output_channels * num_other_tiles, num_threads * targe… in setup_convolution2d_nhwc() local
H A Dfully-connected-nc.c273 …const size_t max_nc = divide_round_up(output_channels * num_other_tiles, num_threads * target_tile… in setup_fully_connected_nc() local
/aosp_15_r20/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h250 Index max_nc; variable