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

  /external/gemmlowp/internal/
block_params.h 37 int l1_depth; member in struct:gemmlowp::BlockParams
52 &l1_rows, &l1_cols, &l1_depth);
109 int l1_depth = 0; local
126 l1_depth =
132 std::max(1, l1_bytes_to_use / (l1_depth + 4 * l1_cols));
141 *out_l1_depth = l1_depth;
154 int l1_depth; member in struct:gemmlowp::SideBlockParams
171 side_block_params->l1_depth = block_params.l1_depth;
compute.h 54 for (int d = 0; d < depth; d += block_params_.l1_depth) {
55 int ds = std::min(block_params_.l1_depth, depth - d);
pack.h 65 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth);
318 d += packed_side_block_->params().l1_depth) {
319 int ds = std::min<int>(packed_side_block_->params().l1_depth,
single_thread_gemm.h 106 "l2_cols = %d, l1_rows = %d, l1_depth = %d, l1_cols = %d)",
108 block_params.l2_cols, block_params.l1_rows, block_params.l1_depth,

Completed in 100 milliseconds