Searched refs:height_col (Results 1 – 3 of 3) sorted by relevance
72 const int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local77 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() local127 for (int h = 0; h < height_col; ++h) { in Im2col()
69 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Im2col() local73 for (int h = 0; h < height_col; ++h) { in Im2col()
69 int height_col = (height + pad_t + pad_b - filter_h) / stride_h + 1; in Col2im() local72 for (int h = 0; h < height_col; ++h) { in Col2im()