Home
last modified time | relevance | path

Searched refs:stride_height (Results 1 – 25 of 49) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h141 int stride_width, int stride_height, in DepthwiseConv() argument
153 op_params.stride_height = stride_height; in DepthwiseConv()
168 int stride_width, int stride_height, int pad_width, in DepthwiseConv() argument
174 bias_dims, stride_width, stride_height, 1, 1, pad_width, in DepthwiseConv()
184 int stride_width, int stride_height, int pad_width, in DepthwiseConv() argument
190 bias_dims, stride_width, stride_height, pad_width, pad_height, in DepthwiseConv()
211 int stride_width, int stride_height, in DepthwiseConv() argument
224 op_params.stride_height = stride_height; in DepthwiseConv()
246 int stride_width, int stride_height, int pad_width, in DepthwiseConv() argument
254 stride_height, 1, 1, pad_width, pad_height, depth_multiplier, in DepthwiseConv()
[all …]
Dmultithreaded_conv.h143 const int stride_height = params.stride_height; in Conv() local
165 filter_width, output_depth, stride_height, stride_width, in Conv()
/external/tensorflow/tensorflow/lite/kernels/
Dpooling.cc95 compute_out_size(height, params->filter_height, params->stride_height); in GenericPrepare()
97 data->padding.height = ComputePadding(params->stride_height, 1, height, in GenericPrepare()
131 op_params.stride_height = params->stride_height; \ in AverageEvalFloat()
161 op_params.stride_height = params->stride_height; \ in AverageEvalQuantizedUint8()
188 op_params.stride_height = params->stride_height; in AverageEvalQuantizedInt8()
210 op_params.stride_height = params->stride_height; \ in MaxEvalFloat()
238 op_params.stride_height = params->stride_height; \ in MaxEvalQuantizedUInt8()
267 op_params.stride_height = params->stride_height; \ in MaxEvalQuantizedInt8()
291 op_params.stride_height = params->stride_height; \ in L2EvalFloat()
Dconv_test.cc48 int stride_height = 2, enum Padding padding = Padding_VALID, in BaseConvolutionOpModel() argument
96 builder_, padding, stride_width, stride_height, activation, in BaseConvolutionOpModel()
323 const int stride_height = 1; in TEST_P() local
330 {TensorType_FLOAT32, {}}, stride_width, stride_height, padding); in TEST_P()
389 const int stride_height = 1; in TEST_P() local
396 {TensorType_FLOAT32, {}}, stride_width, stride_height, padding); in TEST_P()
443 const int stride_height = 1; in TEST_P() local
450 {TensorType_FLOAT32, {}}, stride_width, stride_height, padding, in TEST_P()
499 const int stride_height = 1; in TEST_P() local
506 {TensorType_FLOAT32, {}}, stride_width, stride_height, padding); in TEST_P()
[all …]
Dpadding.h43 int stride_height, int stride_width, int dilation_rate, int in_height, in ComputePaddingHeightWidth() argument
47 ComputeOutSize(padding, in_height, filter_height, stride_height); in ComputePaddingHeightWidth()
51 ComputePadding(stride_height, 1, in_height, filter_height, out_height); in ComputePaddingHeightWidth()
Ddepthwise_conv.cc148 compute_out_size(height, filter_height, params->stride_height, in Prepare()
152 ComputePadding(params->stride_height, params->dilation_height_factor, in Prepare()
212 op_params.stride_height = params->stride_height; in EvalFloat()
249 op_params.stride_height = params->stride_height; in EvalQuantized()
277 op_params.stride_height = params->stride_height; in EvalQuantizedPerChannel()
Dconv.cc158 (params->stride_width != 1 || params->stride_height != 1 || in AllocateTemporaryTensorsIfRequired()
293 compute_out_size(height, filter_height, params->stride_height, in Prepare()
297 ComputePadding(params->stride_height, params->dilation_height_factor, in Prepare()
450 op_params.stride_height = params->stride_height; in EvalQuantized()
477 op_params.stride_height = params->stride_height; in EvalQuantized()
505 op_params.stride_height = params->stride_height; in EvalQuantizedPerChannel()
544 op_params.stride_height = params->stride_height; in EvalFloat()
645 op_params.stride_height = params->stride_height; in EvalHybrid()
Dtranspose_conv.cc204 const int stride_height = params->stride_height; in Eval() local
207 ComputePaddingHeightWidth(stride_height, stride_width, 1, height, width, in Eval()
218 op_params.stride_height = stride_height; in Eval()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dpooling.h37 const int stride_height = params.stride_height; in AveragePool() local
46 (out_y * stride_height) - params.padding_values.height; in AveragePool()
98 const int stride_height = params.stride_height; in MaxPool() local
107 (out_y * stride_height) - params.padding_values.height; in MaxPool()
Dconv.h34 const int stride_height = params.stride_height; in ConvPerChannel() local
69 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvPerChannel()
Ddepthwise_conv.h31 const int stride_height = params.stride_height; in DepthwiseConvPerChannel() local
69 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvPerChannel()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h42 int stride_width, int stride_height, in DepthwiseConv() argument
54 op_params.stride_height = stride_height; in DepthwiseConv()
69 int stride_width, int stride_height, int pad_width, in DepthwiseConv() argument
75 bias_dims, stride_width, stride_height, 1, 1, pad_width, in DepthwiseConv()
85 int stride_width, int stride_height, int pad_width, in DepthwiseConv() argument
91 bias_dims, stride_width, stride_height, pad_width, pad_height, in DepthwiseConv()
112 int stride_width, int stride_height, in DepthwiseConv() argument
125 op_params.stride_height = stride_height; in DepthwiseConv()
147 int stride_width, int stride_height, int pad_width, in DepthwiseConv() argument
155 stride_height, 1, 1, pad_width, pad_height, depth_multiplier, in DepthwiseConv()
[all …]
Ddepthwiseconv_float.h32 const int stride_height = params.stride_height; in DepthwiseConv() local
63 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv()
Ddepthwiseconv_uint8.h100 const int stride_height = params.stride_height; in Run() local
137 const int in_y_origin = (out_y * stride_height) - pad_height; in Run()
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
Ddepthwise_conv.cc55 data->padding.height = ComputePadding(params->stride_height, 1, height, in CalculateOpData()
108 op_params.stride_height = params->stride_height; in EvalFloat()
136 op_params.stride_height = params->stride_height; in EvalQuantized()
174 params->stride_height); in Eval()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc262 op.stride_height = 124; in TEST_F()
269 EXPECT_EQ(op.stride_height, output_toco_op->stride_height); in TEST_F()
294 op.stride_height = 124; in TEST_F()
301 EXPECT_EQ(op.stride_height, output_toco_op->stride_height); in TEST_F()
351 op.stride_height = 124; in TEST_F()
360 EXPECT_EQ(op.stride_height, output_toco_op->stride_height); in TEST_F()
369 op.stride_height = 124; in TEST_F()
375 EXPECT_EQ(op.stride_height, output_toco_op->stride_height); in TEST_F()
384 op.stride_height = 124; in TEST_F()
391 EXPECT_EQ(op.stride_height, output_toco_op->stride_height); in TEST_F()
[all …]
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h73 int stride_height; member
82 int stride_height; member
95 int stride_height; member
325 int stride_height; member
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc58 data->padding.height = ComputePadding(params->stride_height, 1, height, in CalculateOpData()
102 const int stride_height = params.stride_height; in DepthwiseConvOptimizedForFilterWidthEight() local
171 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConvOptimizedForFilterWidthEight()
299 op_params.stride_height = params->stride_height; in EvalFloat()
327 op_params.stride_height = params->stride_height; in EvalQuantized()
405 params->stride_height); in Eval()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dconvert_pure_conv_to_depthwise.cc36 if (conv_op->stride_width != conv_op->stride_height) { in Run()
91 depthwiseconv_op->stride_height = conv_op->stride_height; in Run()
Didentify_l2_pool.cc95 l2pool_op->stride_height = avpool_op->stride_height; in Run()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1838 int stride_width, int stride_height, in ExtractPatchIntoBufferColumn() argument
1850 const int ih_ungated_start = h * stride_height - pad_height; in ExtractPatchIntoBufferColumn()
1930 int stride_width, int stride_height, int pad_width, int pad_height, in ExtractPatchIntoBufferColumn() argument
1935 stride_height, pad_width, pad_height, in_width, in_height, in_depth, in ExtractPatchIntoBufferColumn()
1945 const int stride_height = params.stride_height; in DilatedIm2col() local
1987 const int in_y_origin = (out_y * stride_height) - pad_height; in DilatedIm2col()
2027 int stride_height, int dilation_width_factor, in DilatedIm2col() argument
2037 op_params.stride_height = stride_height; in DilatedIm2col()
2052 const int stride_height = params.stride_height; in Im2col() local
2072 input_shape, w, h, b, kheight, kwidth, stride_width, stride_height, in Im2col()
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc117 const int stride_height = params.stride_height; in DispatchDepthwiseConv() local
128 input_shape, filter_shape, stride_width, stride_height, in DispatchDepthwiseConv()
188 << " stride_height = " << params.stride_height in DispatchDepthwiseConv()
261 << " stride_height = " << params.stride_height in DispatchDepthwiseConv()
307 op_params.stride_height = stride; in TestOneDepthwiseConvWithGivenOutputShift()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc158 params->stride_height = conv_params->stride_h(); in ParseOpData()
201 params->stride_height = pool_params->stride_h(); in ParseOpData()
216 params->stride_height = conv_params->stride_h(); in ParseOpData()
575 params->stride_height = transpose_conv_params->stride_h(); in ParseOpData()
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_version.md78 int stride_height;
90 int stride_height;
114 params->stride_height = conv_params->stride_h();
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h461 int stride_height = 0;
503 int stride_height = 0;
864 int stride_height = 0;
895 int stride_height = 0;
910 int stride_height = 0;
1171 int stride_height = 0;

12