Searched refs:num_of_threads (Results 1 – 3 of 3) sorted by relevance
82 num_of_threads: Option<usize>, field113 self.num_of_threads = Some(num); in num_threads()122 num_of_threads, in enter_message_loop()124 let num = num_of_threads.unwrap_or(1); in enter_message_loop()
37 const int64_t num_of_threads = GetParam(); in TEST_P() local53 graph_utils::AddScalarConstNode<int64_t>(num_of_threads, &graph); in TEST_P()72 num_of_threads); in TEST_P()86 num_of_threads); in TEST_P()
419 const unsigned int num_of_threads = ((input_dimension + border_width) / 16); in create_lws_hint_parallel_implementations() local420 return cl::NDRange(std::min(8U, num_of_threads)); in create_lws_hint_parallel_implementations()