Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc98 bool low_latency_hint, Eigen::Allocator* allocator) { in ThreadPool() argument
101 num_threads, low_latency_hint, in ThreadPool()
Dthreadpool.h112 const std::string& name, int num_threads, bool low_latency_hint,
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dthreadpool_dataset_op.cc34 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()