Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_input_ops.h81 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local
84 for (int h = 0; h < height_col; ++h) { in Col2im()
Dconv_grad_ops_3d.cc81 const int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local
86 for (int h = 0; h < height_col; ++h) { in Col2im()
130 const int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Im2col() local
136 for (int h = 0; h < height_col; ++h) { in Im2col()
Dconv_grad_filter_ops.cc74 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Im2col() local
78 for (int h = 0; h < height_col; ++h) { in Im2col()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5667 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local
5670 for (int h = 0; h < height_col; ++h) { in Col2im()