Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc90 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()
Dthreadpool.h43 int num_threads, bool low_latency_hint,
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dthreadpool_dataset_op.cc31 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()