Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h281 Index max_mc = m; variable
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dconvolution-nchw.c633 const size_t max_mc = divide_round_up(input_size, num_threads * target_tiles_per_thread); in setup_convolution2d_nchw() local
H A Dconvolution-nhwc.c1784 … const size_t max_mc = divide_round_up(batch_output_size, num_threads * target_tiles_per_thread); in setup_convolution2d_nhwc() local