HomeSort by relevance Sort by last modified time
    Searched refs:block_cols (Results 1 - 5 of 5) sorted by null

  /external/gemmlowp/public/
map.h 68 int block_cols) const {
72 assert(start_col + block_cols <= cols_);
74 return MatrixMap(data(start_row, start_col), block_rows, block_cols,
  /external/tensorflow/tensorflow/core/util/
cuda_launch_config.h 211 int block_cols = std::min(xdim, kThreadsPerBlock); local
213 int block_rows = std::max(kThreadsPerBlock / block_cols, 1);
221 config.thread_per_block = dim3(block_cols, block_rows, 1);
223 int grid_x = std::min(DivUp(xdim, block_cols), max_blocks);
  /external/libaom/libaom/av1/common/
blockd.h     [all...]
  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions_test.cc     [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 2116 const int block_cols = local
    [all...]

Completed in 266 milliseconds