| /external/XNNPACK/src/operators/ | 
| D | convolution-nhwc.c | 68     size_t group_output_channels,  in get_generated_gemm()110     size_t group_output_channels,  in generate_gemms_up_to_max_mr()
 133     size_t group_output_channels,  in get_generated_igemm()
 175     size_t group_output_channels,  in generate_igemms_up_to_max_mr()
 210     size_t group_output_channels,  in create_convolution2d_nhwc()
 666     size_t group_output_channels,  in xnn_create_convolution2d_nhwc_qu8()
 785     size_t group_output_channels,  in xnn_create_convolution2d_nhwc_qs8()
 899     size_t group_output_channels,  in xnn_create_convolution2d_nhwc_qc8()
 1021     size_t group_output_channels,  in xnn_create_convolution2d_nhwc_f16()
 1134     size_t group_output_channels,  in xnn_create_convolution2d_nhwc_f32()
 [all …]
 
 | 
| D | deconvolution-nhwc.c | 44     size_t group_output_channels,  in create_deconvolution2d_nhwc()301     size_t group_output_channels,  in xnn_create_deconvolution2d_nhwc_qs8()
 397     size_t group_output_channels,  in xnn_create_deconvolution2d_nhwc_qu8()
 495     size_t group_output_channels,  in xnn_create_deconvolution2d_nhwc_f16()
 590     size_t group_output_channels,  in xnn_create_deconvolution2d_nhwc_f32()
 717   const size_t group_output_channels = deconvolution_op->group_output_channels;  in setup_conv_path()  local
 946   const size_t group_output_channels = deconvolution_op->group_output_channels;  in setup_subconv2d_path()  local
 
 | 
| D | convolution-nchw.c | 40     size_t group_output_channels,  in xnn_create_convolution2d_nchw_f32()
 | 
| /external/XNNPACK/bench/ | 
| D | convolution.cc | 46   const size_t group_output_channels = state.range(11);  in xnnpack_convolution_qu8()  local166   const size_t group_output_channels = state.range(11);  in xnnpack_convolution_qs8()  local
 289   const size_t group_output_channels = state.range(11);  in xnnpack_convolution_f16()  local
 405   const size_t group_output_channels = state.range(11);  in xnnpack_convolution_f32()  local
 520   const size_t group_output_channels = state.range(11);  in tflite_convolution_f32()  local
 
 | 
| D | f32-im2col-gemm.cc | 48   const size_t group_output_channels = state.range(9);  in Im2ColGEMMBenchmark()  local
 | 
| D | f16-igemm.cc | 51   const size_t group_output_channels = state.range(9);  in f16_igemm()  local
 | 
| D | f32-igemm.cc | 49   const size_t group_output_channels = state.range(9);  in f32_igemm()  local179   const size_t group_output_channels = state.range(9);  in f32_igemm()  local
 
 | 
| /external/XNNPACK/test/ | 
| D | convolution-test-helpers.cc | 33     size_t group_output_channels,  in compute_convolution_qs8_reference_results()103     size_t group_output_channels,  in compute_convolution_qs8_reference_results()
 157     size_t group_output_channels,  in compute_convolution_qu8_reference_results()
 227     size_t group_output_channels,  in compute_convolution_qu8_reference_results()
 
 | 
| D | subgraph-tester.h | 56   uint32_t group_output_channels;  member67   uint32_t group_output_channels;  member
 242       size_t group_input_channels, size_t group_output_channels,  in AddDeconvolution2D()
 
 | 
| D | deconvolution-operator-tester.h | 165   inline DeconvolutionOperatorTester& group_output_channels(size_t group_output_channels) {  in group_output_channels()  function171   inline size_t group_output_channels() const {  in group_output_channels()  function
 
 | 
| D | convolution-2d.cc | 92   uint32_t group_output_channels;  member in xnnpack::ConvolutionTestBase
 | 
| D | deconvolution-2d.cc | 96   uint32_t group_output_channels;  member in DeconvolutionTestBase
 | 
| D | convolution-operator-tester.h | 196   inline ConvolutionOperatorTester& group_output_channels(size_t group_output_channels) {  in group_output_channels()  function202   inline size_t group_output_channels() const {  in group_output_channels()  function
 
 | 
| /external/XNNPACK/src/subgraph/ | 
| D | deconvolution-2d.c | 372   size_t group_output_channels,  in xnn_define_deconvolution_2d()
 | 
| D | convolution-2d.c | 450   size_t group_output_channels,  in xnn_define_convolution_2d()
 | 
| /external/XNNPACK/src/xnnpack/ | 
| D | subgraph.h | 193       size_t group_output_channels;  member210       size_t group_output_channels;  member
 
 | 
| D | operator.h | 136   size_t group_output_channels;  member
 |