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
61 thread_pool_ = ComputePool(options);
261 thread::ThreadPool* compute_pool = ComputePool(sess_opts); in Init()