/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 141 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 …]
|
D | multithreaded_conv.h | 143 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/ |
D | pooling.cc | 95 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()
|
D | conv_test.cc | 48 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 …]
|
D | padding.h | 43 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()
|
D | depthwise_conv.cc | 148 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()
|
D | conv.cc | 158 (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()
|
D | transpose_conv.cc | 204 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/ |
D | pooling.h | 37 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()
|
D | conv.h | 34 const int stride_height = params.stride_height; in ConvPerChannel() local 69 const int in_y_origin = (out_y * stride_height) - pad_height; in ConvPerChannel()
|
D | depthwise_conv.h | 31 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/ |
D | legacy_reference_ops.h | 42 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 …]
|
D | depthwiseconv_float.h | 32 const int stride_height = params.stride_height; in DepthwiseConv() local 63 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv()
|
D | depthwiseconv_uint8.h | 100 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/ |
D | depthwise_conv.cc | 55 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/ |
D | operator_test.cc | 262 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/ |
D | builtin_op_data.h | 73 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/ |
D | depthwise_conv.cc | 58 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/ |
D | convert_pure_conv_to_depthwise.cc | 36 if (conv_op->stride_width != conv_op->stride_height) { in Run() 91 depthwiseconv_op->stride_height = conv_op->stride_height; in Run()
|
D | identify_l2_pool.cc | 95 l2pool_op->stride_height = avpool_op->stride_height; in Run()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1838 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/ |
D | depthwiseconv_quantized_test.cc | 117 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/ |
D | flatbuffer_conversions.cc | 158 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/ |
D | ops_version.md | 78 int stride_height; 90 int stride_height; 114 params->stride_height = conv_params->stride_h();
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model.h | 461 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;
|