Searched refs:is_1x1 (Results 1 – 1 of 1) sorted by relevance
174 …const bool is_1x1 = kernel_width == 1 && kernel_height == 1 && subsampling_height == 1 && subsampl… in xnn_create_convolution2d_nchw_f32() local178 if (is_1x1 && !any_padding && !nhwc_input && groups == 1) { in xnn_create_convolution2d_nchw_f32()