/external/tensorflow/tensorflow/core/platform/ |
D | threadpool.cc | 46 const ThreadOptions thread_options_; 49 EigenEnvironment(Env* env, const ThreadOptions& thread_options, in EigenEnvironment() 90 : ThreadPool(env, ThreadOptions(), name, num_threads, true, nullptr) {} in ThreadPool() 92 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool() 96 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool()
|
D | threadpool.h | 111 ThreadPool(Env* env, const ThreadOptions& thread_options, 125 ThreadPool(Env* env, const ThreadOptions& thread_options,
|
D | env.h | 46 struct ThreadOptions; 415 virtual Thread* StartThread(const ThreadOptions& thread_options, 513 Thread* StartThread(const ThreadOptions& thread_options, in StartThread() 576 struct ThreadOptions { struct
|
D | logger.cc | 71 Env::Default()->StartThread(ThreadOptions{}, "logger-init-thread", in StartInitializationThread()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | unbounded_work_queue.h | 40 const ThreadOptions& thread_options = {}); 55 const ThreadOptions thread_options_;
|
D | unbounded_work_queue.cc | 26 const ThreadOptions& thread_options) in UnboundedWorkQueue()
|
D | env.cc | 60 PThread(const ThreadOptions& thread_options, const std::string& name, in PThread() 132 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_stream.cc | 29 port::ThreadOptions GetThreadOptions(size_t stack_size_in_bytes) { in GetThreadOptions() 30 port::ThreadOptions options; in GetThreadOptions()
|
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler.h | 121 const ThreadOptions thread_options_; 129 RunHandlerEnvironment(Env* env, const ThreadOptions& thread_options, 223 Env* env, const ThreadOptions& thread_options,
|
D | run_handler_test.cc | 123 Env::Default(), ThreadOptions(), "tf_run_handler_pool", &waiters_mu, in TEST() 156 Env::Default(), ThreadOptions(), "tf_run_handler_pool", &waiters_mu, in TEST() 443 Env::Default(), ThreadOptions(), "tf_run_handler_pool", &waiters_mu, in TEST() 514 Env::Default(), ThreadOptions(), "tf_run_handler_pool", &waiters_mu, in TEST()
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | batch_scheduler_test.cc | 89 Env::Default()->StartThread(ThreadOptions(), "test", [&batch]() { in TEST() 104 ThreadOptions(), "test", [&batch, &do_delete, &deleted]() { in TEST()
|
D | periodic_function.h | 84 ThreadOptions thread_options;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_util.cc | 81 Env::Default(), ThreadOptions(), "Compute", inter_op_parallelism_threads, in InitComputePool() 161 options.env, ThreadOptions(), "Compute", num_threads, in NewThreadPoolFromSessionOptions()
|
D | local_device.cc | 87 ThreadOptions thread_opts; in EigenThreadPoolInfo()
|
/external/tensorflow/tensorflow/stream_executor/lib/ |
D | thread_options.h | 24 using tensorflow::ThreadOptions;
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | outfeed_in_nested_computation_test.cc | 76 tensorflow::ThreadOptions(), "execute_thread", [&] { in XLA_TEST_F() 151 tensorflow::ThreadOptions(), "execute_thread", [&] { in XLA_TEST_F()
|
D | multiple_devices_on_host_test.cc | 79 tensorflow::ThreadOptions{}, absl::StrCat("thread-", device_ordinal), in TestWithDeviceCount()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_cache.cc | 123 Env::Default(), ThreadOptions(), "GrpcWorkerEnvQueues", num_threads, in GrpcWorkerEnv() 131 ThreadOptions(), "GrpcWorkerEnvPool", [this]() { in GrpcWorkerCacheThread()
|
D | grpc_server_lib.cc | 402 env_->StartThread(ThreadOptions(), "TF_master_service", in Start() 405 env_->StartThread(ThreadOptions(), "TF_worker_service", in Start() 408 env_->StartThread(ThreadOptions(), "TF_eager_service", in Start()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | env.cc | 55 StdThread(const ThreadOptions& thread_options, const string& name, in StdThread() 100 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | unbounded_thread_pool.h | 40 const ThreadOptions& thread_options) in UnboundedThreadPool()
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | worker_thread.cc | 21 thread_.reset(env->StartThread(tensorflow::ThreadOptions(), name, in WorkerThread()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_infeed_test.cc | 153 tensorflow::ThreadOptions{}, "computation_thread", [&] { in TEST_F() 269 tensorflow::ThreadOptions{}, "computation_thread", [&] { in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | slow_operation_alarm.cc | 80 tensorflow::ThreadOptions(), "SlowOperationAlarm", [] { AlarmLoop(); }); in ScheduleAlarm()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | ram_file_block_cache.h | 61 pruning_thread_.reset(env_->StartThread(ThreadOptions(), "TF_prune_FBC", in block_size_()
|