Home | History | Annotate | Download | only in kernels

Lines Matching refs:block_cols

1387                           Index block_rows, Index block_cols) {
1534 Index cols = std::min(block_cols, num_patches - col_offset);
1558 Index block_rows, Index block_cols) {
1563 eigen_assert(block_cols <= input_depth * filter_rows * filter_cols);
1694 Index cols = std::min(block_cols, max_col - col_offset);