Home
last modified time | relevance | path

Searched refs:width_col (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_ops_3d.cc73 const int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Col2im() local
79 for (int w = 0; w < width_col; ++w) { in Col2im()
122 const int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Im2col() local
129 for (int w = 0; w < width_col; ++w) { in Im2col()
Dconv_grad_filter_ops.cc70 int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Im2col() local
75 for (int w = 0; w < width_col; ++w) { in Im2col()
Dconv_grad_input_ops.cc70 int width_col = (width + pad_l + pad_r - filter_w) / stride_w + 1; in Col2im() local
74 for (int w = 0; w < width_col; ++w) { in Col2im()