Searched refs:ComputePool (Results 1 – 4 of 4) sorted by relevance
31 thread::ThreadPool* ComputePool(const SessionOptions& options);
88 thread::ThreadPool* ComputePool(const SessionOptions& options) { in ComputePool() function
59 thread_pool_ = ComputePool(options);
302 worker_env_.compute_pool = ComputePool(sess_opts); in Init()