#include <GEMMSupport.h>
Definition at line 33 of file GEMMSupport.h.
◆ GemmContext()
nnfw::cker::gemm_support::GemmContext::GemmContext |
( |
| ) |
|
|
inline |
Definition at line 38 of file GEMMSupport.h.
39 {
40 int num_threads = std::thread::hardware_concurrency() / 2;
41 if (num_threads == 0)
42 {
44 }
45
48 }
static constexpr int default_num_threadpool_threads
std::unique_ptr< gemmlowp::GemmContext > gemm_context
References default_num_threadpool_threads, and gemm_context.
◆ GetGemmLowpContext()
static GemmContext & nnfw::cker::gemm_support::GemmContext::GetGemmLowpContext |
( |
| ) |
|
|
inlinestatic |
◆ default_num_threadpool_threads
constexpr int nnfw::cker::gemm_support::GemmContext::default_num_threadpool_threads = 4 |
|
staticconstexpr |
◆ gemm_context
std::unique_ptr<gemmlowp::GemmContext> nnfw::cker::gemm_support::GemmContext::gemm_context |
The documentation for this struct was generated from the following file: