Searched refs:low_latency_hint (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/lib/core/ |
D | threadpool.cc | 90 int num_threads, bool low_latency_hint, Eigen::Allocator* allocator) in Impl() 92 num_threads, low_latency_hint, in Impl() 118 bool low_latency_hint, Eigen::Allocator* allocator) { in ThreadPool() argument 121 num_threads, low_latency_hint, allocator)); in ThreadPool()
|
D | threadpool.h | 43 int num_threads, bool low_latency_hint,
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | threadpool_dataset_op.cc | 31 const string& name, int num_threads, bool low_latency_hint, in ThreadPoolResource() argument 33 : thread_pool_(env, thread_options, name, num_threads, low_latency_hint), in ThreadPoolResource()
|