Searched refs:height_col (Results 1 – 4 of 4) sorted by relevance
81 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local84 for (int h = 0; h < height_col; ++h) { in Col2im()
81 const int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local86 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() local136 for (int h = 0; h < height_col; ++h) { in Im2col()
74 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Im2col() local78 for (int h = 0; h < height_col; ++h) { in Im2col()
5667 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local5670 for (int h = 0; h < height_col; ++h) { in Col2im()