Searched refs:low_latency_hint (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | threadpool.cc | 98 bool low_latency_hint, Eigen::Allocator* allocator) { in ThreadPool() argument 101 num_threads, low_latency_hint, in ThreadPool()
|
D | threadpool.h | 112 const std::string& name, int num_threads, bool low_latency_hint,
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | threadpool_dataset_op.cc | 34 const string& name, int num_threads, bool low_latency_hint, in ThreadPoolResource() argument 36 : thread_pool_(env, thread_options, name, num_threads, low_latency_hint), in ThreadPoolResource()
|