Home
last modified time | relevance | path

Searched refs:pad_height (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h46 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() argument
54 op_params.padding_values.height = pad_height; in DepthwiseConv()
72 int pad_height, int depth_multiplier, in DepthwiseConv() argument
78 pad_height, depth_multiplier, output_activation_min, in DepthwiseConv()
88 int pad_height, int depth_multiplier, float* output_data, in DepthwiseConv() argument
93 bias_dims, stride_width, stride_height, pad_width, pad_height, in DepthwiseConv()
103 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() argument
106 bias_dims, stride, stride, pad_width, pad_height, in DepthwiseConv()
116 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() argument
125 op_params.padding_values.height = pad_height; in DepthwiseConv()
[all …]
Dconv.h39 const int pad_height = params.padding_values.height; in Conv() local
65 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv()
115 const int pad_height = params.padding_values.height; in Conv() local
145 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv()
199 const int pad_height = params.padding_values.height; in HybridConvPerChannel() local
222 const int in_y_origin = (out_y * stride_height) - pad_height; in HybridConvPerChannel()
Ddepthwiseconv_uint8.h104 const int pad_height = params.padding_values.height; in Run() local
137 const int in_y_origin = (out_y * stride_height) - pad_height; in Run()
190 const int pad_height = params.padding_values.height; in RunPerChannel() local
224 const int in_y_origin = (out_y * stride_height) - pad_height; in RunPerChannel()
Ddepthwiseconv_float.h36 const int pad_height = params.padding_values.height; in DepthwiseConv() local
63 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv()
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_per_channel_quantized_test.cc51 const int pad_height = params.padding_values.height; in PickOutputMultiplier() local
74 const int in_y_origin = (out_y * stride_height) - pad_height; in PickOutputMultiplier()
194 RuntimeShape* output_shape_inference, int* pad_width, int* pad_height, in GenerateValidShapeConfigurations() argument
215 output_shape_inference, pad_width, pad_height)); in GenerateValidShapeConfigurations()
222 dilation_width_factor, dilation_height_factor, *pad_width, *pad_height, in GenerateValidShapeConfigurations()
243 int pad_width, pad_height; in TryTestOneDepthwiseConv3x3Filter() local
254 &output_shape_inference, &pad_width, &pad_height, &stride); in TryTestOneDepthwiseConv3x3Filter()
277 params.padding_values.height = pad_height; in TryTestOneDepthwiseConv3x3Filter()
306 dilation_width_factor, dilation_height_factor, pad_width, pad_height, in TryTestOneDepthwiseConv3x3Filter()
Ddepthwiseconv_float_test.cc106 int pad_width, pad_height; in TryTestOneDepthwiseConv() local
112 &output_shape_inference, &pad_width, &pad_height)) { in TryTestOneDepthwiseConv()
133 op_params.padding_values.height = pad_height; in TryTestOneDepthwiseConv()
Ddepthwiseconv_quantized_test.cc175 const int pad_height = params.padding_values.height; in DispatchDepthwiseConvImpl() local
186 pad_height, depth_multiplier, output_shape, output_shift); in DispatchDepthwiseConvImpl()
381 const int pad_height = params.padding_values.height; in DispatchDepthwiseConvImpl() local
392 pad_height, depth_multiplier, output_shape, output_shift); in DispatchDepthwiseConvImpl()
580 PaddingType padding_type, int pad_width, int pad_height, in TestOneDepthwiseConvWithGivenOutputShift() argument
595 op_params.padding_values.height = pad_height; in TestOneDepthwiseConvWithGivenOutputShift()
717 PaddingType padding_type, int pad_width, int pad_height, in TestOneDepthwiseConvBisectOutputShift() argument
732 padding_type, pad_width, pad_height, depth_multiplier, output_offset, in TestOneDepthwiseConvBisectOutputShift()
760 pad_width, pad_height, depth_multiplier, output_offset, output_multiplier, in TestOneDepthwiseConvBisectOutputShift()
776 PaddingType padding_type, int pad_width, int pad_height, in TestOneDepthwiseConv() argument
[all …]
Dtest_util.cc27 int* pad_width, int* pad_height) { in ComputeConvSizes() argument
56 *pad_height = std::max( in ComputeConvSizes()
Dtest_util.h34 int* pad_width, int* pad_height);
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h28 int pad_width, int pad_height, in ExtractPatchIntoBufferColumn() argument
39 const int ih_ungated_start = h * stride_height - pad_height; in ExtractPatchIntoBufferColumn()
124 const int pad_height = params.padding_values.height; in DilatedIm2col() local
162 const int in_y_origin = (out_y * stride_height) - pad_height; in DilatedIm2col()
205 const int pad_height = params.padding_values.height; in Im2col() local
224 pad_width, pad_height, input_width, input_height, input_depth, in Im2col()
241 const int pad_height = params.padding_values.height; in Im2col() local
262 pad_width, pad_height, input_width, input_height, input_depth, in Im2col()
Dmultithreaded_conv.h91 int stride_cols, int pad_width, int pad_height, in operator()
109 pad_width == 0 && pad_height == 0) { in operator()
153 const int pad_height = params.padding_values.height; in Conv() local
172 output_depth, stride_height, stride_width, pad_height, pad_width, in Conv()
Dlegacy_optimized_ops.h144 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() argument
152 op_params.padding_values.height = pad_height; in DepthwiseConv()
175 int pad_height, int depth_multiplier, in DepthwiseConv() argument
181 pad_height, depth_multiplier, output_activation_min, in DepthwiseConv()
191 int pad_height, int depth_multiplier, float* output_data, in DepthwiseConv() argument
196 bias_dims, stride_width, stride_height, pad_width, pad_height, in DepthwiseConv()
206 int pad_width, int pad_height, int depth_multiplier, in DepthwiseConv() argument
209 bias_dims, stride, stride, pad_width, pad_height, in DepthwiseConv()
243 const int pad_height = params.padding_values.height; in LegacyDepthwiseConvWithRounding() local
250 dilation_width_factor, dilation_height_factor, pad_width, pad_height, in LegacyDepthwiseConvWithRounding()
[all …]
Ddepthwiseconv_3x3_filter_common.h446 int32 dilation_height_factor, int32 pad_width, int32 pad_height,
463 (pad_height == 0 || pad_height == 1) && (pad_width == pad_height) &&
486 const int32 in_y_origin = (out_y * stride_height) - pad_height;
493 if (pad_width == 0 && pad_height == 0) {
Ddepthwiseconv_uint8_3x3_filter.h5569 const int32 pad_height = rt_params.padding_values.height;
5610 TFLITE_DCHECK(pad_height == 0 || pad_height == 1);
5612 TFLITE_DCHECK(pad_width == pad_height);
5679 if (pad_width == 1 && pad_height == 1) {
5693 const int in_y = (out_y * stride_height) - pad_height;
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Ddepthwise_conv.h36 const int pad_height = params.padding_values.height; in DepthwiseConvPerChannel() local
68 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvPerChannel()
134 const int pad_height = params.padding_values.height; in DepthwiseConvHybridPerChannel() local
163 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvHybridPerChannel()
Dconv.h38 const int pad_height = params.padding_values.height; in ConvPerChannel() local
69 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvPerChannel()
Dtranspose_conv.h34 const int pad_height = params.padding_values.height; in TransposeConv() local
68 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h101 const int pad_height = args.pad_rows;
119 const int input_row_start = out_row * stride - pad_height;
209 const int pad_height = args.pad_rows;
229 const int pad_offset = pad_height * tile_width + pad_width;
348 const int pad_height = args.pad_rows;
406 const int input_row_start = out_row * stride - pad_height;
500 const int pad_height = args.pad_rows;
521 const int pad_offset = pad_height * tile_width + pad_width;
821 const int pad_height = args.pad_rows;
837 tf_max<int>(0, (in_row - filter_height + pad_height + stride) / stride);
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid.h52 const int pad_height = params.padding_values.height; in DepthwiseConvHybridGeneral() local
174 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvHybridGeneral()
288 const int pad_height = params.padding_values.height; in DepthwiseConvHybridWithRounding() local
295 dilation_width_factor, dilation_height_factor, pad_width, pad_height, in DepthwiseConvHybridWithRounding()
Ddepthwise_conv_hybrid_3x3_filter.h3057 const int32 pad_height = rt_params.padding_values.height;
3089 TFLITE_DCHECK(pad_height == 0 || pad_height == 1);
3091 TFLITE_DCHECK(pad_width == pad_height);
3155 if (pad_width == 1 && pad_height == 1) {
3170 const int in_y = (out_y * stride_height) - pad_height;
Ddepthwise_conv_3x3_filter.h2891 const int32 pad_height = rt_params.padding_values.height;
2928 TFLITE_DCHECK(pad_height == 0 || pad_height == 1);
2930 TFLITE_DCHECK(pad_width == pad_height);
2998 if (pad_width == 1 && pad_height == 1) {
3013 const int in_y = (out_y * stride_height) - pad_height;
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa-hifimini/
Ddepthwise_conv.cc51 const int pad_height = params.padding_values.height; in DepthwiseConvPerChannel() local
79 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvPerChannel()
Dconv.cc48 const int pad_height = params.padding_values.height; in ConvPerChannel() local
76 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvPerChannel()
/external/tensorflow/tensorflow/lite/micro/kernels/portable_optimized/
Ddepthwise_conv.cc120 const int pad_height = params.padding_values.height; in DepthwiseConvOptimizedForFilterWidthEight() local
188 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvOptimizedForFilterWidthEight()
/external/tensorflow/tensorflow/core/kernels/neon/
Ddepthwiseconv_float.h556 int pad_width, int pad_height, int depth_multiplier,
631 const int in_y_origin = (out_y * stride) - pad_height;

12