/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | pooling_test.cc | 32 const int stride_height, const int stride_width, in ValidatePoolingGoldens() 63 const int stride_height, const int stride_width, in TestAveragePoolFloat() 93 const int stride_height, const int stride_width, in TestAveragePoolQuantized() 123 int stride_height, const float* expected_output_data, in TestMaxPoolFloat() 150 const int stride_height, const int stride_width, in TestMaxPoolQuantized() 190 const int stride_height = 2; in TF_LITE_MICRO_TEST() local 206 const int stride_height = 2; in TF_LITE_MICRO_TEST() local 228 const int stride_height = 2; in TF_LITE_MICRO_TEST() local 250 const int stride_height = 2; in TF_LITE_MICRO_TEST() local 273 const int stride_height = 1; in TF_LITE_MICRO_TEST() local [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | conv_test.cc | 56 int stride_height = 2, enum Padding padding = Padding_VALID, in BaseConvolutionOpModel() 516 const int stride_height = 1; in TEST_P() local 591 const int stride_height = 1; in TEST_P() local 661 const int stride_height = 1; in TEST_P() local 715 const int stride_height = 1; in TEST_P() local 771 const int stride_height = 1; in TEST_P() local 813 const int stride_height = 1; in TEST_P() local 1027 const int stride_height = 1; in TEST_P() local 1300 const int stride_height = 1; in TEST_P() local 1717 const int stride_height = 2; in TEST_P() local
|
D | padding.h | 59 int stride_height, int stride_width, int dilation_rate_height, in ComputePaddingHeightWidth() 81 int stride_height, int stride_width, int stride_depth, in ComputePadding3DValues()
|
D | conv3d_test.cc | 35 int32_t stride_width = 1, int32_t stride_height = 1, in Conv3dOpModel() 55 int32_t stride_height = 1, in Conv3dOpModel()
|
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | pooling_slicing_test.cc | 40 const int stride_height, const int stride_width, in TestAveragePoolingQuantized() 111 int stride_height, const T* expected_output_data, in TestMaxPoolQuantized() 314 int stride_height = 1; in TF_LITE_MICRO_TEST() local 340 int stride_height = 1; in TF_LITE_MICRO_TEST() local 369 int stride_height = 1; in TF_LITE_MICRO_TEST() local 400 int stride_height = 1; in TF_LITE_MICRO_TEST() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | pooling.h | 38 const int stride_height = params.stride_height; in AveragePool() local 99 const int stride_height = params.stride_height; in MaxPool() local 154 const int stride_height = params.stride_height; in AveragePool() local 215 const int stride_height = params.stride_height; in MaxPool() local
|
D | depthwise_conv.h | 32 const int stride_height = params.stride_height; in DepthwiseConvPerChannel() local 131 const int stride_height = params.stride_height; in DepthwiseConvPerChannel() local 216 const int stride_height = params.stride_height; in DepthwiseConvHybridPerChannel() local
|
D | conv.h | 34 const int stride_height = params.stride_height; in ConvPerChannel() local 138 const int stride_height = params.stride_height; in ConvPerChannel() local
|
D | transpose_conv.h | 33 const int stride_height = params.stride_height; in TransposeConv() local 132 const int stride_height = params.stride_height; in TransposeConv() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | pooling.h | 38 const int stride_height = params.stride_height; in AveragePool() local 94 const int stride_height = params.stride_height; in AveragePool() local 147 const int stride_height = params.stride_height; in L2Pool() local 201 const int stride_height = params.stride_height; in MaxPool() local 255 const int stride_height = params.stride_height; in MaxPool() local
|
D | conv.h | 32 const int stride_height = params.stride_height; in Conv() local 111 const int stride_height = params.stride_height; in Conv() local 198 const int stride_height = params.stride_height; in HybridConvPerChannel() local
|
D | transpose_conv.h | 32 const int stride_height = params.stride_height; in TransposeConv() local 122 const int stride_height = params.stride_height; in TransposeConv() local
|
D | legacy_reference_ops.h | 45 int stride_width, int stride_height, in DepthwiseConv() 72 int stride_width, int stride_height, int pad_width, in DepthwiseConv() 88 int stride_width, int stride_height, int pad_width, in DepthwiseConv() 115 int stride_width, int stride_height, in DepthwiseConv() 150 int stride_width, int stride_height, int pad_width, in DepthwiseConv() 170 int stride_width, int stride_height, int pad_width, in DepthwiseConv() 209 int stride_width, int stride_height, int dilation_width_factor, in Conv() 235 int stride_height, int dilation_width_factor, in Conv() 253 int stride_height, int pad_width, int pad_height, float* output_data, in Conv() 281 int stride_width, int stride_height, int dilation_width_factor, in Conv() [all …]
|
D | depthwiseconv_uint8.h | 99 const int stride_height = params.stride_height; in Run() local 185 const int stride_height = params.stride_height; in RunPerChannel() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | im2col_utils.h | 29 int stride_width, int stride_height, in ExtractPatchIntoBufferColumn() 123 const int stride_height = params.stride_height; in DilatedIm2col() local 218 const int stride_height = params.stride_height; in Im2col() local 254 const int stride_height = params.stride_height; in Im2col() local
|
/external/XNNPACK/src/subgraph/ |
D | average-pooling-2d.c | 24 uint32_t stride_height, in xnn_define_average_pooling_2d()
|
D | max-pooling-2d.c | 24 uint32_t stride_height, in xnn_define_max_pooling_2d()
|
/external/tensorflow/tensorflow/lite/kernels/perception/ |
D | max_pool_with_argmax_test.cc | 36 MaxpoolingWithArgMaxOpModel(const TensorData& input, int stride_height, in MaxpoolingWithArgMaxOpModel() 69 std::vector<uint8_t> CreateCustomOptions(int stride_height, int stride_width, in CreateCustomOptions()
|
/external/XNNPACK/src/operators/ |
D | max-pooling-nhwc.c | 52 uint32_t stride_height, in create_max_pooling2d_nhwc() 331 uint32_t stride_height, in xnn_create_max_pooling2d_nhwc_u8() 370 uint32_t stride_height, in xnn_create_max_pooling2d_nhwc_f32()
|
D | deconvolution-nhwc.c | 48 uint32_t stride_height, in create_deconvolution2d_nhwc() 308 uint32_t stride_height, in xnn_create_deconvolution2d_nhwc_qu8() 401 uint32_t stride_height, in xnn_create_deconvolution2d_nhwc_f32() 618 const size_t stride_height = deconvolution_op->stride_height; in setup_subconv2d_path() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | averagepool_quantized_test.cc | 69 const int stride_height = UniformRandomInt(1, 10); in CreateDataAndRunAveragePool() local 132 const int stride_height = UniformRandomInt(1, 128); in CreateExtremalDataAndRunAveragePool() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | pooling.h | 59 const int stride_height = params.stride_height; in MaxPool() local 169 const int stride_height = params.stride_height; in AveragePool() local
|
/external/XNNPACK/test/ |
D | average-pooling-operator-tester.h | 229 inline AveragePoolingOperatorTester& stride(uint32_t stride_height, uint32_t stride_width) { in stride() 237 inline AveragePoolingOperatorTester& stride_height(uint32_t stride_height) { in stride_height() argument 243 inline uint32_t stride_height() const { in stride_height() function
|
D | max-pooling-operator-tester.h | 228 inline MaxPoolingOperatorTester& stride(uint32_t stride_height, uint32_t stride_width) { in stride() 236 inline MaxPoolingOperatorTester& stride_height(uint32_t stride_height) { in stride_height() argument 242 inline uint32_t stride_height() const { in stride_height() function
|
/external/XNNPACK/src/ |
D | indirection.c | 33 const size_t stride_height = op->stride_height; in xnn_indirection_init_conv2d() local 93 const size_t stride_height = op->stride_height; in xnn_indirection_init_deconv2d() local 149 const size_t stride_height = op->stride_height; in xnn_indirection_init_subconv2d() local 214 const size_t stride_height = op->stride_height; in xnn_indirection_init_dwconv2d() local 264 const size_t stride_height = op->stride_height; in xnn_indirection_init_maxpool2d() local
|