MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GlobalThreadPool

Function GlobalThreadPool

tensorflow/core/common_runtime/direct_session.cc:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170thread::ThreadPool* GlobalThreadPool(const SessionOptions& options) {
171 static thread::ThreadPool* const thread_pool =
172 NewThreadPoolFromSessionOptions(options);
173 return thread_pool;
174}
175
176// TODO(vrv): Figure out how to unify the many different functions
177// that generate RendezvousKey, since many of them have to be

Callers 1

DirectSessionMethod · 0.85

Calls 1

Tested by

no test coverage detected