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

Function ComputePool

tensorflow/core/common_runtime/process_util.cc:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86} // namespace
87
88thread::ThreadPool* ComputePool(const SessionOptions& options) {
89 static thread::ThreadPool* compute_pool = InitComputePool(options);
90 return compute_pool;
91}
92
93int32 NumInterOpThreadsFromEnvironment() {
94 int32 num;

Callers 4

InitMethod · 0.85
ExecutorTestMethod · 0.85
ComputeMethod · 0.85
InitMethod · 0.85

Calls 1

InitComputePoolFunction · 0.85

Tested by 1

ExecutorTestMethod · 0.68