Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_util.cc74 static thread::ThreadPool* InitComputePool(const SessionOptions& options) { in InitComputePool() function
89 static thread::ThreadPool* compute_pool = InitComputePool(options); in ComputePool()