Home
last modified time | relevance | path

Searched defs:dilation_width (Results 1 – 25 of 25) sorted by relevance

/external/XNNPACK/src/operators/
Dmax-pooling-nhwc.c57 uint32_t dilation_width, in create_max_pooling2d_nhwc()
336 uint32_t dilation_width, in xnn_create_max_pooling2d_nhwc_s8()
376 uint32_t dilation_width, in xnn_create_max_pooling2d_nhwc_u8()
416 uint32_t dilation_width, in xnn_create_max_pooling2d_nhwc_f32()
470 uint32_t dilation_width, in xnn_create_max_pooling2d_nhwc_f16()
Dconvolution-nhwc.c73 uint32_t dilation_width, in create_convolution2d_nhwc()
489 uint32_t dilation_width, in xnn_create_convolution2d_nhwc_qu8()
605 uint32_t dilation_width, in xnn_create_convolution2d_nhwc_qs8()
716 uint32_t dilation_width, in xnn_create_convolution2d_nhwc_qc8()
835 uint32_t dilation_width, in xnn_create_convolution2d_nhwc_f16()
945 uint32_t dilation_width, in xnn_create_convolution2d_nhwc_f32()
Ddeconvolution-nhwc.c50 uint32_t dilation_width, in create_deconvolution2d_nhwc()
284 uint32_t dilation_width, in xnn_create_deconvolution2d_nhwc_qs8()
378 uint32_t dilation_width, in xnn_create_deconvolution2d_nhwc_qu8()
474 uint32_t dilation_width, in xnn_create_deconvolution2d_nhwc_f32()
Dconvolution-nchw.c47 uint32_t dilation_width, in xnn_create_convolution2d_nchw_f32()
/external/XNNPACK/test/
Dsubgraph-tester.h80 uint32_t dilation_height, uint32_t dilation_width, uint32_t groups, in add_conv()
103 uint32_t dilation_height, uint32_t dilation_width, in add_depthwise_conv()
Dmax-pooling-operator-tester.h265 inline MaxPoolingOperatorTester& dilation(uint32_t dilation_height, uint32_t dilation_width) { in dilation()
283 inline MaxPoolingOperatorTester& dilation_width(uint32_t dilation_width) { in dilation_width() argument
289 inline uint32_t dilation_width() const { in dilation_width() function
Ddeconvolution-operator-tester.h220 inline DeconvolutionOperatorTester& dilation(uint32_t dilation_height, uint32_t dilation_width) { in dilation()
238 inline DeconvolutionOperatorTester& dilation_width(uint32_t dilation_width) { in dilation_width() function
244 inline uint32_t dilation_width() const { in dilation_width() function
Dconvolution-operator-tester.h256 inline ConvolutionOperatorTester& dilation(uint32_t dilation_height, uint32_t dilation_width) { in dilation()
274 inline ConvolutionOperatorTester& dilation_width(uint32_t dilation_width) { in dilation_width() argument
280 inline uint32_t dilation_width() const { in dilation_width() function
Ddeconvolution-nhwc.cc742 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { variable
1043 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { in TEST() local
1352 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { in TEST() local
1673 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { in TEST() local
4645 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { variable
4946 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { in TEST() local
5255 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { in TEST() local
5576 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { in TEST() local
8548 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { variable
8849 for (size_t dilation_width = 2; dilation_width <= 3; dilation_width++) { in TEST() local
[all …]
/external/XNNPACK/src/
Dim2col.c21 size_t dilation_width, in xnn_im2col_conv2d()
Dindirection.c37 const size_t dilation_width = op->dilation_width; in xnn_indirection_init_conv2d() local
97 const size_t dilation_width = op->dilation_width; in xnn_indirection_init_deconv2d() local
218 const size_t dilation_width = op->dilation_width; in xnn_indirection_init_dwconv2d() local
268 const size_t dilation_width = op->dilation_width; in xnn_indirection_init_maxpool2d() local
/external/tensorflow/tensorflow/lite/kernels/
Dconv3d_test.cc37 int32_t dilation_depth = 1, int32_t dilation_width = 1, in Conv3dOpModel()
57 int32_t dilation_depth = 1, int32_t dilation_width = 1, in Conv3dOpModel()
Dconv3d_transpose_test.cc44 int32_t dilation_depth = 1, int32_t dilation_width = 1, in Conv3dTransposeOpModel()
75 int32_t dilation_depth = 1, int32_t dilation_width = 1, in Conv3dTransposeOpModel()
/external/XNNPACK/src/subgraph/
Dmax-pooling-2d.c225 uint32_t dilation_width, in xnn_define_max_pooling_2d()
Ddeconvolution-2d.c326 uint32_t dilation_width, in xnn_define_deconvolution_2d()
Ddepthwise-convolution-2d.c443 uint32_t dilation_width, in xnn_define_depthwise_convolution_2d()
Dconvolution-2d.c442 uint32_t dilation_width, in xnn_define_convolution_2d()
/external/XNNPACK/src/xnnpack/
Dsubgraph.h189 uint32_t dilation_width; member
206 uint32_t dilation_width; member
221 uint32_t dilation_width; member
238 uint32_t dilation_width; member
Doperator.h243 uint32_t dilation_width; member
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dconv_2d_tester.h135 inline Conv2DTester& DilationWidth(int32_t dilation_width) { in DilationWidth()
Ddepthwise_conv_2d_tester.h139 inline DepthwiseConv2DTester& DilationWidth(int32_t dilation_width) { in DilationWidth()
Dquantized_conv_2d_tester.h139 inline QuantizedConv2DTester& DilationWidth(int32_t dilation_width) { in DilationWidth()
Dquantized_depthwise_conv_2d_tester.h148 inline QuantizedDepthwiseConv2DTester& DilationWidth(int32_t dilation_width) { in DilationWidth()
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dconvolution_op_builder.cc52 int dilation_width = 0; in Build() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h709 int dilation_width; member