Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc45 const ThreadOptions thread_options_;
48 EigenEnvironment(Env* env, const ThreadOptions& thread_options, in EigenEnvironment()
89 Impl(Env* env, const ThreadOptions& thread_options, const string& name, in Impl()
110 : ThreadPool(env, ThreadOptions(), name, num_threads, true, nullptr) {} in ThreadPool()
112 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool()
116 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool()
Dthreadpool.h42 ThreadPool(Env* env, const ThreadOptions& thread_options, const string& name,
56 ThreadPool(Env* env, const ThreadOptions& thread_options, const string& name,
/external/tensorflow/tensorflow/core/platform/
Denv.h38 struct ThreadOptions;
270 virtual Thread* StartThread(const ThreadOptions& thread_options,
368 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
420 struct ThreadOptions { struct
/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/distributed_runtime/rpc/
Dgrpc_worker_cache.cc50 ThreadOptions options; in GrpcWorkerCache()
108 ThreadOptions(), "grpc_worker_cache", [this]() { in GrpcWorkerCacheThread()
Dgrpc_server_lib.cc350 env_->StartThread(ThreadOptions(), "TF_master_service", in Start()
353 env_->StartThread(ThreadOptions(), "TF_worker_service", in Start()
356 env_->StartThread(ThreadOptions(), "TF_eager_service", in Start()
Dgrpc_rpc_factory.cc86 ctx->env()->StartThread(ThreadOptions(), "rpc_op_grpc_factory", [this]() { in GrpcRPCFactory()
/external/tensorflow/tensorflow/core/platform/posix/
Denv.cc44 StdThread(const ThreadOptions& thread_options, const string& name, in StdThread()
84 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/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.cc77 tensorflow::ThreadOptions{}, absl::StrCat("thread-", device_ordinal), in TestWithDeviceCount()
/external/tensorflow/tensorflow/stream_executor/lib/
Dthread_options.h24 using tensorflow::ThreadOptions;
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc46 StdThread(const ThreadOptions& thread_options, const string& name, in StdThread()
82 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_stream.cc25 port::ThreadOptions(), in HostStream()
/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/core/distributed_runtime/rpc/eager/
Dgrpc_eager_client.cc107 ThreadOptions(), "eager_client_thread", [this]() { in GrpcEagerClientThread()
/external/tensorflow/tensorflow/core/common_runtime/
Dlocal_device.cc93 ThreadOptions thread_opts; in EigenThreadPoolInfo()
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.h60 pruning_thread_.reset(env_->StartThread(ThreadOptions(), "TF_prune_FBC", in block_size_()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc37 tensorflow::ThreadOptions(), "eager_async_executor", in EnableAsync()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dthreadpool_dataset_op.cc30 ThreadPoolResource(Env* env, const ThreadOptions& thread_options, in ThreadPoolResource()
356 ctx->env(), ThreadOptions{}, "data_private_threadpool", num_threads, in Dataset()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_server_lib.cc96 ThreadOptions(), "TF_gdr_service", in Start()
/external/tensorflow/tensorflow/contrib/verbs/
Dverbs_server_lib.cc109 ThreadOptions(), "TF_verbs_service", in Start()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_allocator_retry_test.cc128 ThreadOptions(), "anon_thread", [this, i, cap_needed]() { in LaunchConsumerThreads()
/external/tensorflow/tensorflow/c/
Denv.cc172 ::tensorflow::ThreadOptions cc_options; in TF_StartThread()
/external/tensorflow/tensorflow/core/kernels/
Dmutex_ops.cc41 c->env(), ThreadOptions(), in Mutex()

12