OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:create_threads
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_queue_runner.py
122
def
create_threads
(self, sess, coord=None, daemon=False, start=False):
member in class:_FeedingQueueRunner
/external/autotest/client/tests/monotonic_time/src/
threads.c
86
int
create_threads
(int nthreads, thread_func_t func, void *arg)
function
/external/tensorflow/tensorflow/python/training/
queue_runner_impl.py
64
When you later call the `
create_threads
()` method, the `QueueRunner` will
215
`
create_threads
()`:
296
def
create_threads
(self, sess, coord=None, daemon=False, start=False):
member in class:QueueRunner
464
threads.extend(qr.
create_threads
(sess, coord=coord, daemon=daemon,
Completed in 423 milliseconds