Home
last modified time | relevance | path

Searched refs:num_of_threads (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/fuse/src/
Dlib.rs82 num_of_threads: Option<usize>, field
113 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()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Duse_private_thread_pool_test.cc37 const int64_t num_of_threads = GetParam(); in TEST_P() local
53 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()
/external/ComputeLibrary/src/core/CL/
DCLHelpers.cpp419 const unsigned int num_of_threads = ((input_dimension + border_width) / 16); in create_lws_hint_parallel_implementations() local
420 return cl::NDRange(std::min(8U, num_of_threads)); in create_lws_hint_parallel_implementations()