HomeSort by relevance Sort by last modified time
    Searched defs:stride_rows (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
extract_image_patches_op.cc 77 const int stride_rows = strides_[1]; variable
89 GetWindowedOutputSize(in_rows, ksize_rows_eff, stride_rows,
109 ksize_cols, stride_rows, stride_cols, rate_rows, rate_cols,
142 int patch_rows, int patch_cols, int stride_rows, int stride_cols, \
dilation_ops.cc 66 int* stride_rows, int* stride_cols, int* rate_rows,
81 *stride_rows = strides[1];
107 context, GetWindowedOutputSize(input_rows, filter_rows_eff, *stride_rows,
126 int stride_rows = 0, stride_cols = 0; variable
130 ParseSizes(context, strides_, rates_, padding_, &stride_rows, &stride_cols,
151 filter.tensor<T, 3>(), stride_rows, stride_cols, rate_rows, rate_cols,
165 typename TTypes<T, 3>::ConstTensor filter, int stride_rows,
183 int h_beg = h_out * stride_rows - pad_top;
225 int stride_rows = 0, stride_cols = 0; variable
229 ParseSizes(context, strides_, rates_, padding_, &stride_rows, &stride_cols
345 int stride_rows = 0, stride_cols = 0; variable
    [all...]
eigen_backward_spatial_convolutions_test.cc 1807 const int stride_rows = 1; local
1886 const int stride_rows = 1; local
1961 const int stride_rows = 3; local
2038 const int stride_rows = 3; local
    [all...]
conv_ops_using_gemm.cc 91 int filter_width, int filter_count, int stride_rows,
114 filter_top_offset = ((output_height - 1) * stride_rows + filter_height -
121 ((output_height - 1) * stride_rows + filter_height - input_height) /
153 const int in_y_origin = (out_y * stride_rows) - filter_top_offset;
214 int filter_width, int filter_count, int stride_rows,
238 if (filter_height == 1 && filter_width == 1 && stride_rows == 1 &&
275 filter_top_offset = ((output_height - 1) * stride_rows + filter_height -
282 ((output_height - 1) * stride_rows + filter_height - input_height) /
339 const int in_y_origin = (out_y * stride_rows) - filter_top_offset;
517 const int stride_rows = GetTensorDim(strides_, data_format_, 'H') variable
    [all...]
conv_ops.cc 140 int /*dilation_cols*/, int /*stride_rows*/,
156 int dilation_cols, int stride_rows, int stride_cols,
160 !CanUseDeepConv2D(stride_rows, stride_cols, filter_rows, filter_cols,
196 int out_cols, int out_depth, int stride_rows, int stride_cols,
211 int dilation_cols, int stride_rows, int stride_cols,
224 desc.u = stride_rows;
367 const int stride_rows = GetTensorDim(strides_, data_format_, 'H'); variable
376 stride_rows, padding_, &out_rows, &pad_rows));
393 << ", stride_rows = " << stride_rows
    [all...]
mkl_conv_ops.h 76 int stride_rows = GetTensorDim(strides_, data_format_, 'H'); local
78 *strides = {stride_rows, stride_cols};
233 int stride_rows = strides[0]; local
245 input_rows, filter_rows, stride_rows, padding_,
conv_grad_filter_ops.cc 608 const int stride_rows = GetTensorDim(strides_, data_format_, 'H'); variable
614 dilation_rows, dilation_cols, stride_rows, stride_cols, padding_,
    [all...]
conv_grad_input_ops.cc 677 const int stride_rows = GetTensorDim(strides_, data_format_, 'H'); variable
683 dilation_rows, dilation_cols, stride_rows, stride_cols, padding_,
    [all...]
conv_ops_fused.cc 262 int filter_count, int stride_rows, int stride_cols,
298 filter_top_offset = ((output_height - 1) * stride_rows + filter_height -
305 ((output_height - 1) * stride_rows + filter_height - padded_height) /
430 ((output_height * stride_rows) - filter_top_offset) + filter_height;
432 const int in_y_origin = (out_y * stride_rows) - filter_top_offset;
821 const int stride_rows = GetTensorDim(strides_, FORMAT_NHWC, 'H'); variable
    [all...]
mkl_conv_ops.cc 171 const int stride_rows = GetTensorDim(strides_, data_format_, 'H'); variable
176 GetWindowedOutputSize(input_rows, filter_rows, stride_rows,
227 mkl_context.conv_stride[1] = static_cast<size_t>(stride_rows);
    [all...]
  /external/tensorflow/tensorflow/core/ops/
nn_ops.cc 383 int32 stride_rows = strides[1]; local
401 c, in_rows_dim, filter_rows_dim, stride_rows, padding, &output_rows));
880 int32 stride_rows = strides[1];
918 in_rows, filter_rows_eff, stride_rows, padding, &output_rows,
    [all...]
  /external/tensorflow/tensorflow/core/framework/
common_shape_fns.cc 424 const int32 stride_rows = GetTensorDim(strides, data_format, 'H'); local
466 c, input_spatial_dims[0], filter_rows_dim, dilation_rows, stride_rows,
498 int32 stride_planes, stride_rows, stride_cols; local
508 stride_rows = strides[4];
511 stride_rows = strides[2];
537 c, in_rows_dim, filter_rows_dim, stride_rows, padding, &output_rows));
571 int32 stride_rows; local
579 stride_rows = strides[2];
582 stride_rows = strides[1];
611 c, in_rows_dim, filter_rows_dim, stride_rows, padding, &output_rows))
660 int32 stride_rows = GetTensorDim(strides, data_format, 'H'); local
811 int32 stride_rows = GetTensorDim(strides, data_format, 'H'); local
913 int32 stride_rows = GetTensorDim(strides, data_format, 'H'); local
973 int32 stride_planes, stride_rows, stride_cols; local
    [all...]

Completed in 275 milliseconds