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

  /external/gemmlowp/internal/
block_params.h 47 int l2_bytes_to_use, float l2_rhs_factor) {
49 l2_bytes_to_use, l2_rhs_factor, &l2_rows,
57 int l2_bytes_to_use, float l2_rhs_factor,
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) /
single_thread_gemm.h 50 int l2_bytes_to_use() const { return l2_bytes_to_use_; } function in class:gemmlowp::SingleThreadGemmContext
94 context->l2_bytes_to_use(), context->l2_rhs_factor());
multi_thread_gemm.h 651 context->l2_bytes_to_use(), context->l2_rhs_factor());

Completed in 187 milliseconds