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

  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 247 meta::gemm_q8_scratch(m, n, k, context->max_num_threads()));
249 context->workers_pool(), context->max_num_threads(), scratch->buffer(),
254 meta::gemm_q8_scratch(n, m, k, context->max_num_threads()));
256 context->workers_pool(), context->max_num_threads(), scratch->buffer(),
272 meta::gemm_f_scratch(m, n, k, context->max_num_threads()));
274 context->workers_pool(), context->max_num_threads(), scratch->buffer(),
278 meta::gemm_f_scratch(n, m, k, context->max_num_threads()));
280 context->workers_pool(), context->max_num_threads(), scratch->buffer(),
  /external/gemmlowp/internal/
multi_thread_gemm.h 468 int max_num_threads() const { return max_num_threads_; } function in class:gemmlowp::MultiThreadGemmContext
504 int max_count = context->max_num_threads();

Completed in 78 milliseconds