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