Home
last modified time | relevance | path

Searched refs:ComputePool (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_util.h31 thread::ThreadPool* ComputePool(const SessionOptions& options);
Dprocess_util.cc88 thread::ThreadPool* ComputePool(const SessionOptions& options) { in ComputePool() function
Dexecutor_test.cc59 thread_pool_ = ComputePool(options);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc302 worker_env_.compute_pool = ComputePool(sess_opts); in Init()