Searched refs:set_max_num_threads (Results 1 – 7 of 7) sorted by relevance
63 GetFromContext(context)->set_max_num_threads(num_threads); in SetMaxNumThreads()
343 context.set_max_num_threads(0); in benchmark_all()350 context.set_max_num_threads(1); in benchmark_all()
137 gemm_context.set_max_num_threads(kNumThreads); in benchmark_8bit()179 gemm_context.set_max_num_threads(kNumThreads); in benchmark_8bit_to_32bit()
177 context->set_max_num_threads(0); in Gemm()
410 context->set_max_num_threads(n); in SetMaxNumThreads()
516 void set_max_num_threads(int n) { max_num_threads_ = n; } in set_max_num_threads() function
946 set_max_num_threads(num_threads); in TensorflowGemmContext()