HomeSort by relevance Sort by last modified time
    Searched refs:dilation_height_factor (Results 1 - 25 of 39) sorted by null

1 2

  /external/tensorflow/tensorflow/lite/kernels/internal/reference/
depthwiseconv_float.h 34 const int dilation_height_factor = params.dilation_height_factor; local
69 in_y_origin + dilation_height_factor * filter_y;
depthwiseconv_uint8.h 102 const int dilation_height_factor = params.dilation_height_factor; local
144 in_y_origin + dilation_height_factor * filter_y;
legacy_reference_ops.h 43 int dilation_width_factor, int dilation_height_factor,
56 op_params.dilation_height_factor = dilation_height_factor;
113 int dilation_width_factor, int dilation_height_factor,
127 op_params.dilation_height_factor = dilation_height_factor;
207 int dilation_height_factor, int pad_width, int pad_height,
219 op_params.dilation_height_factor = dilation_height_factor;
233 int dilation_height_factor, int pad_width, int pad_height
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
conv.h 36 const int dilation_height_factor = params.dilation_height_factor; local
76 in_y_origin + dilation_height_factor * filter_y;
depthwise_conv.h 33 const int dilation_height_factor = params.dilation_height_factor; local
75 in_y_origin + dilation_height_factor * filter_y;
  /external/tensorflow/tensorflow/lite/kernels/internal/
depthwiseconv_float_test.cc 81 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4})); local
108 dilation_height_factor, padding_type,
134 op_params.dilation_height_factor = dilation_height_factor;
test_util.cc 25 int dilation_width_factor, int dilation_height_factor,
33 int dilated_filter_height = dilation_height_factor * (filter_height - 1) + 1;
depthwiseconv_quantized_test.cc 123 const int dilation_height_factor = params.dilation_height_factor; local
129 dilation_width_factor, dilation_height_factor, pad_width,
309 op_params.dilation_height_factor = 1;
493 int dilation_width_factor, int dilation_height_factor,
526 dilation_height_factor, padding_type,
570 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4}));
577 dilation_width_factor, dilation_height_factor, padding_type);
593 const int dilation_height_factor = 1;
619 dilation_width_factor, dilation_height_factor, padding_type)
    [all...]
test_util.h 32 int dilation_width_factor, int dilation_height_factor,
  /external/tensorflow/tensorflow/lite/kernels/
depthwise_conv.cc 149 params->dilation_height_factor);
152 ComputePadding(params->stride_height, params->dilation_height_factor,
214 op_params.dilation_height_factor = params->dilation_height_factor;
251 op_params.dilation_height_factor = params->dilation_height_factor;
279 op_params.dilation_height_factor = params->dilation_height_factor;
conv.cc 160 params->dilation_height_factor != 1 || filter_width != 1 ||
294 params->dilation_height_factor);
297 ComputePadding(params->stride_height, params->dilation_height_factor,
435 params->dilation_height_factor != 1)) {
452 op_params.dilation_height_factor = params->dilation_height_factor;
479 op_params.dilation_height_factor = params->dilation_height_factor;
507 op_params.dilation_height_factor = params->dilation_height_factor;
    [all...]
conv_test.cc 50 int dilation_width_factor = 1, int dilation_height_factor = 1) {
97 dilation_width_factor, dilation_height_factor)
543 const int dilation_height_factor = 3; local
552 dilation_height_factor);
732 const int dilation_height_factor = 3; local
746 dilation_height_factor);
    [all...]
  /external/tensorflow/tensorflow/lite/c/
builtin_op_data.h 75 int dilation_height_factor; member in struct:__anon45840
100 int dilation_height_factor; member in struct:__anon45843
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
create_im2col_arrays.cc 45 op->dilation_height_factor == 1) {
convert_pure_conv_to_depthwise.cc 40 (conv_op->dilation_height_factor != 1)) {
identify_dilated_conv.cc 126 conv_op->dilation_height_factor = dilation_factor;
  /external/tensorflow/tensorflow/lite/experimental/micro/kernels/
depthwise_conv.cc 110 op_params.dilation_height_factor = 1;
138 op_params.dilation_height_factor = 1;
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
legacy_optimized_ops.h 142 int dilation_width_factor, int dilation_height_factor,
155 op_params.dilation_height_factor = dilation_height_factor;
212 int dilation_width_factor, int dilation_height_factor,
226 op_params.dilation_height_factor = dilation_height_factor;
463 int dilation_height_factor, int pad_width, int pad_height,
474 op_params.dilation_height_factor = dilation_height_factor;
494 op_params.dilation_height_factor = 1
    [all...]
depthwiseconv_float.h 908 const int dilation_height_factor = params.dilation_height_factor; local
    [all...]
depthwiseconv_uint8.h 1679 const int dilation_height_factor = params.dilation_height_factor; local
1964 const int dilation_height_factor = params.dilation_height_factor; local
    [all...]
  /external/tensorflow/tensorflow/lite/core/api/
flatbuffer_conversions_test.cc 124 EXPECT_EQ(4, params->dilation_height_factor);
flatbuffer_conversions.cc 163 params->dilation_height_factor = conv_params->dilation_h_factor();
222 params->dilation_height_factor = conv_params->dilation_h_factor();
  /external/tensorflow/tensorflow/lite/toco/tflite/
export_test.cc 352 conv_op.dilation_height_factor != 1) {
373 op.dilation_height_factor);
382 op->dilation_height_factor = options.dilation_h_factor();
407 op->dilation_height_factor = 2;
410 op->dilation_height_factor = 1;
  /external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
depthwise_conv.cc 301 op_params.dilation_height_factor = 1;
329 op_params.dilation_height_factor = 1;
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 1947 const int dilation_height_factor = params.dilation_height_factor; local
2120 const int dilation_height_factor = params.dilation_height_factor; local
2370 const int dilation_height_factor = params.dilation_height_factor; local
    [all...]

Completed in 378 milliseconds

1 2