Home
last modified time | relevance | path

Searched refs:ThreadOptions (Results 1 – 25 of 52) sorted by relevance

123

/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc46 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()
Dthreadpool.h111 ThreadPool(Env* env, const ThreadOptions& thread_options,
125 ThreadPool(Env* env, const ThreadOptions& thread_options,
Denv.h46 struct ThreadOptions;
415 virtual Thread* StartThread(const ThreadOptions& thread_options,
513 Thread* StartThread(const ThreadOptions& thread_options, in StartThread()
576 struct ThreadOptions { struct
Dlogger.cc71 Env::Default()->StartThread(ThreadOptions{}, "logger-init-thread", in StartInitializationThread()
/external/tensorflow/tensorflow/core/platform/default/
Dunbounded_work_queue.h40 const ThreadOptions& thread_options = {});
55 const ThreadOptions thread_options_;
Dunbounded_work_queue.cc26 const ThreadOptions& thread_options) in UnboundedWorkQueue()
Denv.cc60 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/
Dhost_stream.cc29 port::ThreadOptions GetThreadOptions(size_t stack_size_in_bytes) { in GetThreadOptions()
30 port::ThreadOptions options; in GetThreadOptions()
/external/tensorflow/tensorflow/core/framework/
Drun_handler.h121 const ThreadOptions thread_options_;
129 RunHandlerEnvironment(Env* env, const ThreadOptions& thread_options,
223 Env* env, const ThreadOptions& thread_options,
Drun_handler_test.cc123 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/
Dbatch_scheduler_test.cc89 Env::Default()->StartThread(ThreadOptions(), "test", [&batch]() { in TEST()
104 ThreadOptions(), "test", [&batch, &do_delete, &deleted]() { in TEST()
Dperiodic_function.h84 ThreadOptions thread_options;
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_util.cc81 Env::Default(), ThreadOptions(), "Compute", inter_op_parallelism_threads, in InitComputePool()
161 options.env, ThreadOptions(), "Compute", num_threads, in NewThreadPoolFromSessionOptions()
Dlocal_device.cc87 ThreadOptions thread_opts; in EigenThreadPoolInfo()
/external/tensorflow/tensorflow/stream_executor/lib/
Dthread_options.h24 using tensorflow::ThreadOptions;
/external/tensorflow/tensorflow/compiler/xla/tests/
Doutfeed_in_nested_computation_test.cc76 tensorflow::ThreadOptions(), "execute_thread", [&] { in XLA_TEST_F()
151 tensorflow::ThreadOptions(), "execute_thread", [&] { in XLA_TEST_F()
Dmultiple_devices_on_host_test.cc79 tensorflow::ThreadOptions{}, absl::StrCat("thread-", device_ordinal), in TestWithDeviceCount()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_cache.cc123 Env::Default(), ThreadOptions(), "GrpcWorkerEnvQueues", num_threads, in GrpcWorkerEnv()
131 ThreadOptions(), "GrpcWorkerEnvPool", [this]() { in GrpcWorkerCacheThread()
Dgrpc_server_lib.cc402 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/
Denv.cc55 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/
Dunbounded_thread_pool.h40 const ThreadOptions& thread_options) in UnboundedThreadPool()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dworker_thread.cc21 thread_.reset(env->StartThread(tensorflow::ThreadOptions(), name, in WorkerThread()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_infeed_test.cc153 tensorflow::ThreadOptions{}, "computation_thread", [&] { in TEST_F()
269 tensorflow::ThreadOptions{}, "computation_thread", [&] { in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dslow_operation_alarm.cc80 tensorflow::ThreadOptions(), "SlowOperationAlarm", [] { AlarmLoop(); }); in ScheduleAlarm()
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.h61 pruning_thread_.reset(env_->StartThread(ThreadOptions(), "TF_prune_FBC", in block_size_()

123