Home
last modified time | relevance | path

Searched defs:group_output_channels (Results 1 – 17 of 17) sorted by relevance

/external/XNNPACK/src/operators/
Dconvolution-nhwc.c68 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 …]
Ddeconvolution-nhwc.c44 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
Dconvolution-nchw.c40 size_t group_output_channels, in xnn_create_convolution2d_nchw_f32()
/external/XNNPACK/bench/
Dconvolution.cc46 const size_t group_output_channels = state.range(11); in xnnpack_convolution_qu8() local
166 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
Df32-im2col-gemm.cc48 const size_t group_output_channels = state.range(9); in Im2ColGEMMBenchmark() local
Df16-igemm.cc51 const size_t group_output_channels = state.range(9); in f16_igemm() local
Df32-igemm.cc49 const size_t group_output_channels = state.range(9); in f32_igemm() local
179 const size_t group_output_channels = state.range(9); in f32_igemm() local
/external/XNNPACK/test/
Dconvolution-test-helpers.cc33 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()
Dsubgraph-tester.h56 uint32_t group_output_channels; member
67 uint32_t group_output_channels; member
242 size_t group_input_channels, size_t group_output_channels, in AddDeconvolution2D()
Ddeconvolution-operator-tester.h165 inline DeconvolutionOperatorTester& group_output_channels(size_t group_output_channels) { in group_output_channels() function
171 inline size_t group_output_channels() const { in group_output_channels() function
Dconvolution-2d.cc92 uint32_t group_output_channels; member in xnnpack::ConvolutionTestBase
Ddeconvolution-2d.cc96 uint32_t group_output_channels; member in DeconvolutionTestBase
Dconvolution-operator-tester.h196 inline ConvolutionOperatorTester& group_output_channels(size_t group_output_channels) { in group_output_channels() function
202 inline size_t group_output_channels() const { in group_output_channels() function
/external/XNNPACK/src/subgraph/
Ddeconvolution-2d.c372 size_t group_output_channels, in xnn_define_deconvolution_2d()
Dconvolution-2d.c450 size_t group_output_channels, in xnn_define_convolution_2d()
/external/XNNPACK/src/xnnpack/
Dsubgraph.h193 size_t group_output_channels; member
210 size_t group_output_channels; member
Doperator.h136 size_t group_output_channels; member