Home
last modified time | relevance | path

Searched defs:thread_options (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dperiodic_function.h84 ThreadOptions thread_options; member
/external/tensorflow/tensorflow/core/platform/posix/
Denv.cc44 StdThread(const ThreadOptions& thread_options, const string& name, in StdThread()
84 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc46 StdThread(const ThreadOptions& thread_options, const string& name, in StdThread()
82 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc112 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool()
116 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool()
/external/tensorflow/tensorflow/core/platform/
Denv.h368 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dthreadpool_dataset_op.cc30 ThreadPoolResource(Env* env, const ThreadOptions& thread_options, in ThreadPoolResource()