OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_num_threads_
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/meta/
multi_thread_common.h
36
:
max_num_threads_
(max_num_threads), pool_(pool) {}
40
int max_num_threads() { return
max_num_threads_
; }
43
int
max_num_threads_
;
member in class:gemmlowp::meta::SimpleContext
/external/gemmlowp/internal/
multi_thread_gemm.h
516
void set_max_num_threads(int n) {
max_num_threads_
= n; }
518
int max_num_threads() const { return
max_num_threads_
; }
532
// why the best compromise here is to let
max_num_threads_
default to 1,
535
int
max_num_threads_
= 1;
member in class:gemmlowp::MultiThreadGemmContextBase
Completed in 241 milliseconds