Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_ops_3d.cc72 const int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local
77 for (int h = 0; h < height_col; ++h) { in Col2im()
121 const int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Im2col() local
127 for (int h = 0; h < height_col; ++h) { in Im2col()
Dconv_grad_filter_ops.cc69 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Im2col() local
73 for (int h = 0; h < height_col; ++h) { in Im2col()
Dconv_grad_input_ops.cc69 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local
72 for (int h = 0; h < height_col; ++h) { in Col2im()