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

  /external/gemmlowp/internal/
block_params.h 43 int l2_depth; member in struct:gemmlowp::BlockParams
50 &l2_cols, &l2_depth);
51 FindL1BlockSizes<KernelFormat>(l2_rows, l2_cols, l2_depth, l1_bytes_to_use,
62 int l2_depth = 0; local
70 // However, we still want to round l2_depth up to the next multiple
72 l2_depth = RoundUp<kRegisterSize>(depth);
76 1, static_cast<int>(l2_rhs_factor * (l2_bytes_to_use / l2_depth)));
90 std::max(1, (l2_bytes_to_use - l2_depth * l2_cols) /
91 (num_threads * (l2_depth + 4 * l2_cols)));
100 *out_l2_depth = l2_depth;
159 int l2_depth; member in struct:gemmlowp::SideBlockParams
    [all...]
compute.h 53 assert(depth <= block_params_.l2_depth);
single_thread_gemm.h 105 "(rows = %d, depth = %d, cols = %d, l2_rows = %d, l2_depth = %d, "
107 rows, depth, cols, block_params.l2_rows, block_params.l2_depth,
pack.h 56 allocator_->Reserve<std::uint8_t>(params_.l2_width * params_.l2_depth);
65 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth);

Completed in 922 milliseconds