Home
last modified time | relevance | path

Searched refs:block_cols (Results 1 – 5 of 5) sorted by relevance

/external/gemmlowp/public/
Dmap.h68 int block_cols) const { in block() argument
72 assert(start_col + block_cols <= cols_); in block()
74 return MatrixMap(data(start_row, start_col), block_rows, block_cols, in block()
/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h211 int block_cols = std::min(xdim, kThreadsPerBlock); in GetCuda2DLaunchConfig() local
213 int block_rows = std::max(kThreadsPerBlock / block_cols, 1); in GetCuda2DLaunchConfig()
221 config.thread_per_block = dim3(block_cols, block_rows, 1); in GetCuda2DLaunchConfig()
223 int grid_x = std::min(DivUp(xdim, block_cols), max_blocks); in GetCuda2DLaunchConfig()
/external/libaom/libaom/av1/common/
Dblockd.h1092 const int block_cols = (xd->mb_to_right_edge >= 0) in av1_get_block_dimensions() local
1098 assert(block_width >= block_cols); in av1_get_block_dimensions()
1113 (block_cols >> pd->subsampling_x) + 2 * is_chroma_sub8_x; in av1_get_block_dimensions()
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions_test.cc1387 Index block_rows, Index block_cols) { in PackRhsHelper() argument
1534 Index cols = std::min(block_cols, num_patches - col_offset); in PackRhsHelper()
1558 Index block_rows, Index block_cols) { in PackLhsHelper() argument
1563 eigen_assert(block_cols <= input_depth * filter_rows * filter_cols); in PackLhsHelper()
1694 Index cols = std::min(block_cols, max_col - col_offset); in PackLhsHelper()
/external/libaom/libaom/av1/encoder/
Drdopt.c2116 const int block_cols = in get_txb_dimensions() local
2123 *visible_width = clamp(block_cols - (blk_col << tx_unit_size), 0, txb_width); in get_txb_dimensions()