Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Dconvolution-nchw.c174 …const bool is_1x1 = kernel_width == 1 && kernel_height == 1 && subsampling_height == 1 && subsampl… in xnn_create_convolution2d_nchw_f32() local
178 if (is_1x1 && !any_padding && !nhwc_input && groups == 1) { in xnn_create_convolution2d_nchw_f32()